-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
111 lines (89 loc) · 1.31 KB
/
.gitignore
File metadata and controls
111 lines (89 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
dist/
build/
# Virtual environments
.LittleRainbow/
.venv/
venv/
env/
# Logs
logs/
*.log
# Data outputs
data/raw/
data/processed/
data/exports/
data/try_sel/
# Metadata
data/metadata/metadata.json
sample_scorecard_data/
# Coverage & testing
htmlcov/
.coverage
.pytest_cache/
# OS files
.DS_Store
Thumbs.db
/.LittleRainbow
.vscode/
# MkDocs build output
/site/
alignmentissue_*.PNG
docs/index.md.backup
# Presentation materials (local only)
presentations/QueerAI_Slides_Data.pdf
# Excel temporary lock files
~$*
# Miscellaneous
repo-cleaning/
/.env
# REUSE compliance
.reuse/
# Build artifacts (zip files for releases)
*.zip
# Test output dumps (local reference only)
unit_tests_*.txt
# JOSS submission prep (untracked working files)
JOSS_SUBMISSION_ANALYSIS.md
AUTHOR_CITATION_UPDATES_NEEDED.md
GITIGNORE_SUGGESTIONS.md
# Python tools
.mypy_cache/
.pytype/
.ipynb_checkpoints/
*.prof
# Additional editor files
*.swp
*.swo
*~
.idea/
# Additional security
.env.*
!.env.example
*.secret
*.key
secrets/
# Generated PDFs
paper.pdf
docs/**/*.pdf
# Additional temp files
*.tmp
*.bak
*.backup
*.orig
# Additional testing
coverage.xml
*.cover
# Additional macOS
._*
.AppleDouble
.com.apple.timemachine.donotpresent
# Additional Windows
Desktop.ini
$RECYCLE.BIN/
*.lnk