# --- Secrets ---
.env
.env.*
!.env.example
*.pem
*.key
secrets/

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Virtual envs ---
.venv/
venv/
env/
ENV/

# --- uv ---
.uv/
# Note: uv.lock IS committed (this is an application, not a library).

# --- Tests / coverage ---
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# --- Type checkers ---
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/

# --- IDE ---
.vscode/
.idea/
*.swp
*.swo
*~
.cursorrules

# --- macOS ---
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*

# --- Foreman runtime ---
*.db
*.db-journal
*.db-wal
*.db-shm
*.log
*.err
.state.json
queue.jsonl
~/.foreman/
