# secrets / env
.env
.env.*
!.env.example
**/.secret_key

# runtime state (local + docker host mounts)
backend/data/state.json
backend/data/settings.json
backend/data/server.pid
backend/data/server.log
backend/data/teams_browser_state.json
pts-data/
!pts-data/.gitkeep
!pts-data/README.txt

# python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS / IDE
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# logs
*.log
