tra-superscript/.gitignore
2022-03-15 05:27:11 +00:00

19 lines
170 B
Plaintext

/.vscode/
**/__pycache__/
**/.pytest_cache/
**/*.pyc
**/*.egg-info/
**/config.json
**/tra_analysis/
**/temp/*
**/*.pid
**/profile.*
**/*.log
**/errorlog.txt
/dist/*