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

# Byte-compiled / cache
__pycache__/
*.pyc
*.pyo
*.pyd

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

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# Virtual environments
.venv/
.venv*/
venv/
env/
ENV/

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

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