# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
build/
dist/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
coverage-comment.md
coverage-html.tar.gz
coverage-total.txt
coverage-branch.txt
.tox/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

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

# Generated migration artifacts
output/
/output*/
