# Python
__pycache__/
*.py[cod]
*.pyd
*.pyo

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

# Virtual environments
.venv/
venv/
env/
.env

# Testing
.pytest_cache/
pytest-cache-files-*
.coverage
coverage.xml
htmlcov/

# Type checkers
.mypy_cache/
.pyright/

# Linters / formatters
.ruff_cache/

# Editor
.vscode/
.idea/
*.iml

# OS
.DS_Store
Thumbs.db
