gitignore python and compiled code stuff

updates_os_and_scripts
neu5ron 2020-01-31 17:16:48 -05:00
parent 9b09365eae
commit 55480d1f6a
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -4,12 +4,17 @@ helk-logstash/.DS_Store
.vscode/ .vscode/
.idea/ .idea/
.testing/ .testing/
# Backup files / swap
.bak .bak
.BAK .BAK
.dpkg-dist .dpkg-dist
.swp .swp
.tmp .tmp
.test .test
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# HELK Custom Configurations # HELK Custom Configurations
*custom* *custom*
/docker/docker-compose.yml /docker/docker-compose.yml