33 lines
299 B
Plaintext
33 lines
299 B
Plaintext
# Test results / measurement data
|
|
*.csv
|
|
*.xlsx
|
|
*.xls
|
|
*.log
|
|
results/
|
|
output/
|
|
reports/
|
|
data/
|
|
*.png
|
|
*.jpg
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
venv/
|
|
env/
|
|
*.egg-info/
|
|
build/
|
|
dist/
|
|
|
|
# Secrets / local machine config
|
|
.env
|
|
*.local.json
|
|
secrets.json
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
Thumbs.db
|
|
.DS_Store
|
|
.ipynb_checkpoints/
|