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

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

# Testing & coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Type checking
.mypy_cache/
.dmypy.json

# Ruff
.ruff_cache/

# Build / packaging
dist/
*.whl
*.tar.gz

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

# OS
.DS_Store
desktop.ini
Thumbs.db
