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

# Virtual environments
venv/
.venv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Environment
.env
.env.local

# Test/coverage
.pytest_cache/
.ruff_cache/
.coverage
