# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.nox/

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Virtualenvs
.venv/
venv/
env/
.env
.env.local

# IDE
.idea/
.vscode/
.DS_Store

# OS
Thumbs.db
