44 lines
690 B
Plaintext
44 lines
690 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
|
|
# ======================
|
|
# Uncomment if you don't want raw data files in the repo
|
|
# *.csv
|
|
# *.dat
|
|
# *.hdf5
|
|
# *.h5
|
|
|