34 lines
300 B
Plaintext
34 lines
300 B
Plaintext
# Python
|
|
**/.idea/*
|
|
!**/.idea/runConfigurations
|
|
__pycache__
|
|
*.db
|
|
venv
|
|
|
|
# Eclipse
|
|
.cproject
|
|
.project
|
|
!misc/eclipse/**/.project
|
|
!misc/eclipse/**/.cproject
|
|
.pydevproject
|
|
.settings
|
|
.metadata
|
|
|
|
|
|
# Build folders
|
|
/build*
|
|
|
|
_dep
|
|
_obj
|
|
_bin
|
|
Makefile*
|
|
!**/make/Makefile*
|
|
|
|
# GCOV
|
|
*.gcno
|
|
|
|
# Visual Studio
|
|
.vs
|
|
out
|
|
|