-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
116 lines (94 loc) · 1.25 KB
/
.gitignore
File metadata and controls
116 lines (94 loc) · 1.25 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
112
113
114
115
116
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
.env
env/
venv/
ENV/
env.bak/
venv.bak/
*.egg-info/
build/
develop-eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg
.installed.cfg
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Pyenv
.python-version
# VS Code
.vscode/
*.code-workspace
# Test logs and caches
coverage.xml
*.cover
.hypothesis/
.tox/
.pytest_cache/
nosetests.xml
coverage/
.coverage
.cache
junit.xml
*.log
# Travis CI swap files (keep the actual .travis.yml file)
.travis.yml.swp
# PostgreSQL
pgdata/
*.sql
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# Database (keep database migration files, exclude local DB files)
*.sqlite3
*.db
*.sql
# Logs
*.log
*.out
# Mac OS X
.DS_Store
.AppleDouble
.LSOverride
# Python environment
.venv/
virtualenv/
# Editor backups
*~
.*.swp
*.swo
# PyCharm
.idea/
# System files
Thumbs.db
Desktop.ini
# IDE backups
*.iml
*.ipr
*.iws
# Windows
*.bak
*.stackdump
# Flask cache and session files
instance/
# Alembic: Keep alembic.ini and migration scripts, ignore temp files
alembic/versions/*.pyc
alembic/versions/*.pyo
alembic/versions/*.tmp
# actions-runner
/actions-runner/