# Virtual environments
.venv/
venv/
env/

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# pytest
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml

# ruff
.ruff_cache/

# uv
uv.lock

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

# OS
.DS_Store
Thumbs.db

push.py

site/
dist/