Files
instrument-control/.gitignore
T
2026-06-03 15:19:54 +02:00

39 lines
605 B
Plaintext

# ======================
# uv environments
# ======================
**/.venv/
.uv-cache/
# ======================
# Python
# ======================
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
# ======================
# Jupyter
# ======================
.ipynb_checkpoints/
**/.ipynb_checkpoints/
# ======================
# OS files
# ======================
.DS_Store # macOS
Thumbs.db # Windows
# ======================
# Editor
# ======================
.vscode/settings.json
.idea/
*.swp
*.swo
# ======================
# Measurement data
# ======================
data/