Files
espurna/.gitignore
Maxim Prokhorov 988f566e7e maint: tweak .gitignore and remove redundant files
combine code/.gitignore and the one at the root of the repo

.bandit was part of codacy checks suite, current python code
should probably be updated to use either pylint directly and (/ or)
through the codeql python workflow
2022-01-14 22:23:16 +03:00

26 lines
353 B
Plaintext

*.b#?
*.gch
*.py[cod]
*.s#?
.DS_Store
.clang_complete
.env
.gcc-flags.json
.modgit
.pio
.python
.python-version
.sconsign.dblite
.vscode
.vscode/.browse.c_cpp.db*
.vscode/c_cpp_properties.json
.vscode/launch.json
_pycache_/
code/.cache/
code/espurna/config/custom.h
code/libraries/
code/node_modules
code/test/unit/cache
compile_commands.json
firmware*