-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (42 loc) · 586 Bytes
/
Copy path.gitignore
File metadata and controls
55 lines (42 loc) · 586 Bytes
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
# Virtual Environment
venv/
.venv/
# Editor Configurations
.vscode/
.idea/
# Python
__pycache__/
# Pip
src/
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
# Logs and backups
*.log
*.bak
# Output files, except requirements.txt
*.txt
!requirements.txt
# Comma-Separated Values (CSV) Reports
*.csv
# MacOS Folder Metadata File
.DS_Store
/reports/
# Testing
.coverage
dist/
htmlcov/
/test_*
# Maigret files
settings.json
web_settings.json
# other
*.egg-info
build
LLM
lib
.claude/
# Sphinx i18n: .mo are compiled from .po at build time
docs/source/locale/**/*.mo
# Secrets
.env