# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Distribution / packaging
*.whl
*.tar.gz
MANIFEST

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# Runtime / generated
/tmp/clippiti/
*.stderr.log

# OS
.DS_Store
Thumbs.db
