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

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
htmlcov/
.coverage

# Distribution
*.whl
*.tar.gz

# OS
.DS_Store
Thumbs.db

# caches
.pytest_cache/
.ruff_cache/
__pycache__/
*.pyc
