Writes cProfile stats to a file on shutdown for performance analysis. Enable in compose.yaml for container profiling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
25 lines
275 B
Plaintext
25 lines
275 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.venv/
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
*.log
|
|
*.prof
|
|
|
|
# Personal config (keep example only)
|
|
config/bouncer.toml
|
|
|
|
# Client certificates (generated per-network)
|
|
certs/
|