# Virtual environments
.venv/
venv/
env/

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
build/
dist/
wheels/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# Type checkers
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# IDEs
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Local secrets / vault data
*.vault
*.key
.env
.env.*
!.env.example
