# Build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Secrets / local config
.env
.env.*
!.env.example

# Editor
.vscode/
.idea/

# OS
.DS_Store
