# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
*.egg
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/

# Virtualenvs
.venv/
venv/
env/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Secrets — never commit these to a public repo.
.env
.env.*
!.env.example
