# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/

# Virtual env / portable Python (dev)
.venv/
venv/
portable_python/
wheels/

# QGIS
*.qmlc
*.jsc

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

# OS
.DS_Store
Thumbs.db

# Build / package output
vec_plugin.zip
*.zip
dist/
build/
help/build/

# Env / secrets
.env
.env.*
.env.local

# Local model cache & weights (runtime under ~/.qgis_fieldwatch; never commit)
.local/
checkpoints/
*.pt
*.pth
*.whl
*.onnx
*.safetensors
*.bin

# Dev-only scripts (not shipped in plugin zip)
scripts/

# Temporary / scratch
*.tmp
*.log
f.txt
*.bat

# Reference plugin (TerraLab) — not part of FieldWatch release
folder/

# Sample / ad-hoc data
*.sh
*.ps1