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

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

# uv
.uv/

# Testing and coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checkers and linters
.mypy_cache/
.dmypy.json
.pyre/
.pytype/
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# CAD build artifacts
outputs/
*.stl
*.step
*.stp
*.3mf
*.brep
*.iges
*.igs
diagnostics.json

# Editor / IDE
.vscode/
!.vscode/settings.json.example
.idea/
*.swp
*.swo
*~
.DS_Store

# OS
Thumbs.db
desktop.ini

# Secrets / env files
.env
.env.local
.env.*.local

# Working files (commit message drafts, field notes, etc.)
.commit-msg
field-notes.md
