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

# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Python
__pycache__/
*.py[cod]
*.so

# Test / tooling caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.ruff_cache/

# Editors
.idea/
.vscode/
*.swp

# OS
.DS_Store
Thumbs.db

# Secrets and local state -- never commit these
.env
*.pem
*.key
config.json