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

# Virtualenvs
.venv/
.venv-*/
venv/
env/

# Test/lint caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.tox/
.coverage
htmlcov/
coverage.xml

# Editor/OS
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
*.swo

# Output
/tmp/
*.log
