21 lines
168 B
Plaintext
21 lines
168 B
Plaintext
# data file
|
|
*.root
|
|
*.log
|
|
*.csv
|
|
*.json
|
|
*.png
|
|
*.txt
|
|
data/
|
|
result/
|
|
!requirements.txt
|
|
|
|
# build cache
|
|
__pycache__
|
|
|
|
# config
|
|
.vscode
|
|
|
|
# dev
|
|
*.ipynb
|
|
test*
|