# Byte-compiled / optimized
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

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

# Editors / OS
.idea/
.vscode/
.DS_Store
