# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg

# Build / dist
build/
dist/
.eggs/

# Virtual envs
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
htmlcov/
coverage.xml

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