# Byte-compiled / cached
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

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

# uv
uv.lock

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

# Testing / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# mypy
.mypy_cache/
dmypy.json

# ruff
.ruff_cache/

# OS files
.DS_Store
Thumbs.db
