-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (66 loc) · 851 Bytes
/
Copy path.gitignore
File metadata and controls
74 lines (66 loc) · 851 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
# AI tools
.claude
.goals/
# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.package-check/
.ruff_cache/
.ty/
# Distribution and build output
.Python
build/
_dist/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Test and coverage output
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
.hypothesis/
# Django and local application data
*.log
local_settings.py
db.sqlite3
example/.build
example/.static
example/project/settings_local.py
# Environment files and virtual environments
.env
.env.worktree
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Sphinx documentation
docs/_build/
# Editor and operating-system files
.DS_Store
*.swp
.idea/
.vscode/
# Other tool output
.cache/
.mypy_cache/
.ipynb_checkpoints/
celerybeat-schedule