# Python
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.venv/
venv/
dist/
build/
*.egg-info/

# Environment
.env*
*.log
*.tmp
*.swp

# Editors
.vscode/
.idea/
.DS_Store
Thumbs.db
