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

# Virtual envs
.venv/
venv/
env/

# Test / lint caches
.pytest_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Editor / OS
.vscode/
.idea/
.DS_Store
*.swp
