# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
dist/
build/
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Secrets and local config
.env
.env.*
!.env.example
*.pem
*.key
*.token
config.json
.sv/

# OS/editor
.DS_Store
.idea/
.vscode/
