38 lines
376 B
Plaintext
38 lines
376 B
Plaintext
|
# Python
|
||
|
**/.idea/*
|
||
|
!**/.idea/runConfigurations
|
||
|
__pycache__
|
||
|
*.db
|
||
|
venv
|
||
|
/tmtc/bin
|
||
|
/tmtc/lib
|
||
|
/tmtc/config/*.json
|
||
|
/tmtc/log
|
||
|
/tmtc/lib64
|
||
|
/tmtc/pyvenv.cfg
|
||
|
/tmtc/share
|
||
|
|
||
|
# Eclipse
|
||
|
.cproject
|
||
|
.project
|
||
|
!misc/eclipse/**/.project
|
||
|
!misc/eclipse/**/.cproject
|
||
|
.pydevproject
|
||
|
.settings
|
||
|
.metadata
|
||
|
|
||
|
|
||
|
# Build folders
|
||
|
/build*
|
||
|
|
||
|
Makefile*
|
||
|
!**/make/Makefile*
|
||
|
|
||
|
# GCOV
|
||
|
*.gcno
|
||
|
|
||
|
# Visual Studio
|
||
|
.vs
|
||
|
out
|
||
|
|