# Byte-compiled
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution
build/
dist/
*.egg-info/
*.egg

# Environments
.venv/
.env
.tmp-*/

# Tools
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/
.coverage
*.cover

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db
