add git ignore
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
|||||||
|
# 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/
|
||||||
Reference in New Issue
Block a user