# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.tox/

# Environments
.venv/
venv/
env/
.env

# IDE
.idea/
.vscode/
*.swp

# Anvil-specific
runs/
*.manifest.json
.anvil_cache/

# Source manuscript lives at docs/design.md inside the repo.
design_manuscript/

# Source-resolution logo PNGs at the repo root — resized copies live in
# docs/assets/ and are tracked. Leading slash anchors to root only.
/anvil_logo_*.png
