32 lines
251 B
Plaintext
32 lines
251 B
Plaintext
# vscode
|
|
.vscode/
|
|
|
|
# python cache
|
|
__pycache__/
|
|
|
|
# pytest
|
|
.pytest_cache/
|
|
|
|
# dev
|
|
dev_demo.py
|
|
build_db.py
|
|
|
|
# db inp
|
|
*.db.inp
|
|
|
|
# calculation
|
|
*.rpt
|
|
*.opt
|
|
*.opt.json
|
|
|
|
# todo
|
|
TODO.md
|
|
|
|
# build pyd
|
|
build
|
|
*.c
|
|
*.pyd
|
|
temp/
|
|
source_db_structure.dump
|
|
source_db.dump
|