# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# hatch / build
.hatch/
*.dist-info/

# Version file — generated by hatch-vcs at build/install time
src/assgen/_version.py

# IDE
.vscode/
# Ignore all of .idea except run configurations, which are checked in for developer convenience
.idea/*
!.idea/runConfigurations/
.idea/runConfigurations/*
!.idea/runConfigurations/*.xml
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Ruff
.ruff_cache/

# Local dev overrides
*.local.yaml
*.local.toml

# VHS demo segments (intermediate recordings)
demos/segments/

# MkDocs built site
site/
heightmap*.png
