# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Test/Coverage
.pytest_cache/
.coverage
htmlcov/

# IDE
.idea/
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
*.swp

# OS
.DS_Store

# Environment
.env
.env.local
