# Python caches / artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Virtualenvs
.venv/
venv/
ENV/
env/

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

# Logs
*.log

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

# OS
.DS_Store
