20 lines
148 B
Plaintext
20 lines
148 B
Plaintext
# vscode
|
|
.vscode/
|
|
|
|
# python cache
|
|
__pycache__/
|
|
|
|
# pytest
|
|
.pytest_cache/
|
|
|
|
# dev
|
|
dev_demo.py
|
|
|
|
# db inp
|
|
*.db.inp
|
|
|
|
# calculation
|
|
*.rpt
|
|
*.opt
|
|
*.opt.json
|