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

# Virtual environments
.venv/
venv/
env/

# IDEs
.vscode/
.idea/
*.swp

# Test + coverage
.pytest_cache/
.coverage
.mypy_cache/
.ruff_cache/
htmlcov/
.hypothesis/

# OS
.DS_Store
Thumbs.db
Pipfile
