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

# Virtual environments
.venv/
venv/

# Environment variables
.env

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# Linting / type checking
.ruff_cache/
.pyright/
.mypy_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
