45 lines
420 B
Plaintext
45 lines
420 B
Plaintext
# Python
|
|
**/.idea/*
|
|
!**/.idea/runConfigurations
|
|
__pycache__
|
|
*.csv
|
|
*.db
|
|
tmtc/Lib
|
|
tmtc/Scripts/
|
|
tmtc/pyvenv.cfg
|
|
venv
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
!misc/eclipse/**/.project
|
|
!misc/eclipse/**/.cproject
|
|
.pydevproject
|
|
.settings
|
|
.metadata
|
|
|
|
|
|
# Build folders
|
|
Debug
|
|
Debug*
|
|
Release
|
|
Release*
|
|
RelWithDeb
|
|
RelWithDeb*
|
|
MinSizeRel
|
|
MinSizeRel*
|
|
/build*
|
|
|
|
_dep
|
|
_obj
|
|
_bin
|
|
Makefile*
|
|
!**/make/Makefile*
|
|
|
|
# GCOV
|
|
*.gcno
|
|
|
|
# Visual Studio
|
|
.vs
|
|
out
|