# Python caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Build outputs
dist/
build/
*.egg-info/

# Coverage
.coverage
coverage.xml
htmlcov/

# Environment
.env
.env.*
!.env.example

# Editor / OS
.DS_Store
.vscode/
.idea/
