# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
.venv/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
damiao_motor/_version.py

# The monitor SPA build output is NOT committed — CI builds it into the wheel
# (release.yml). Committing it + rebuilding in CI dirtied the tree and broke versioning.
damiao_motor/gui/webapp/node_modules/

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

# Logs
*.log

# OS files
.DS_Store
Thumbs.db

# MkDocs
site/



.wrangler/

# TypeScript incremental build cache (regenerated by tsc; must not be committed)
*.tsbuildinfo
