# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
.cache/

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

# pytest
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# mypy / type checkers
.mypy_cache/
.ruff_cache/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
