# Byte-compiled / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Build / packaging
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/
.eggs/

# MkDocs build output
site/

# Virtualenvs
.venv/
venv/
env/
ENV/

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

# Editor / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
