# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Build
dist/
build/
*.whl

# Testing & coverage
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/

# IDE
.vscode/
.idea/
*.swp
.DS_Store
