# Python
__pycache__/
*.py[cod]
*.egg-info/
build/
dist/

# Virtual environments
.venv/
env/
venv/

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

# Editor
*.swp
.vscode/
.idea/

# OS
.DS_Store

# Secrets
.env
.env.*
