-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
61 lines (50 loc) · 1.06 KB
/
Copy path.gitignore
File metadata and controls
61 lines (50 loc) · 1.06 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
# Build outputs
__editable__*.pth
build/
dist/
# Coverage artifacts
.coverage
coverage.xml
htmlcov/
# Editor scratch
.idea/
.vscode/
*.swp
*~
# Generated source
_version.py
# OS metadata
.DS_Store
desktop.ini
Thumbs.db
# Python bytecode/eggs
__pycache__/
.mypy_cache/
.pytest_cache/
*.dist-info/
*.egg-info/
*.py[cod]
*$py.class
# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.uv/
# Virtual envs
.venv/
venv/
# Django / pyeq3 scratch output from forked fit processes.
# Everything written to temp/ is disposable (PDFs, graphs, animations,
# logs). The .gitkeep keeps the directory in git for fresh clones; the
# committed static assets live at static/ (project root) since the
# 2026-04-28 static-files restructure.
/temp/*
!/temp/.gitkeep
# FunkLoad test artifacts (written next to the tests per Simple.conf)
funkload_tests/*.log
funkload_tests/*.xml
# Live session database — recreated by: python3 manage.py migrate
session_db/db.sqlite3
session_db/db.sqlite3-journal
# Per-fork debug traces (only produced if pid_trace.py early-returns are removed)
pid_*.trace