-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 674 Bytes
/
.gitignore
File metadata and controls
53 lines (44 loc) · 674 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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
*.egg-info/
build/
dist/
.eggs/
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.cache
.pytest_cache/
# VS Code / JetBrains / Editors
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
# macOS / Windows
.DS_Store
Thumbs.db
desktop.ini
# Virtual environments
.venv/
venv/
ENV/
env/
# Docs output (optional, if you build static docs later)
docs/_build/
docs/*.html
# Test files — keep folder, ignore contents
/tests/debug/
# Optional: ignore temp files
*.swp
*.bak
*.tmp