# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
build/
dist/
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store

# Project
scripts/_pages/
scripts/manifest.txt
scripts/urls.txt
.coverage
htmlcov/
dist/
*.whl
*.tar.gz

# Local config
.env
.envrc
