-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (50 loc) · 803 Bytes
/
.gitignore
File metadata and controls
57 lines (50 loc) · 803 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
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
*.egg-info/
.eggs/
dist/
build/
# Django
*.log
logs/
workspace/
local_settings.py
db.sqlite3
staticfiles/
media/
.test_artifacts/
# Ephemeral probe app + pyrightconfig for scripts/validate_collector_scaffold.py (entire tree ignored above).
# Testing / coverage
# pytest-benchmark JSON (machine_info / commit_info; use CI artifact, do not commit)
bench.json
.coverage
coverage.xml
coverage.json
htmlcov/
pytest-cache-files*/
# Celery
celerybeat-schedule
celerybeat-schedule-*
celerybeat.pid
# Environment
.env
.env.local
# IDE
.idea/
.vscode/
*.swp
*.swo
.cursor/
# Optional legacy CLI folder under the Django app (default CLI lives in workspace/.../script/)
discord_activity_tracker/tools/
# macOS
.DS_Store
._*
# temp files
temp/
nul