# Python
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo
*.pyd
.Python

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

# uv
.uv/
uv.lock

# Distribution / packaging
dist/
build/
node_modules/
frontend/dist-lib/
frontend/*.tgz
*.egg-info/
*.egg
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
coverage.xml
*.cover

# Type checking
.mypy_cache/
.dmypy.json
*.tsbuildinfo

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Output files
dcel_map.json
dcel_map.png
debug_label_map.png
local/
scripts/__pycache__/

# Secrets / env
.env
.env.*
*.secret
