add .gitignore
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -107,3 +107,15 @@ docker-compose.override.yml
|
|||||||
*.log.*
|
*.log.*
|
||||||
*.log~
|
*.log~
|
||||||
|
|
||||||
|
# Python
|
||||||
|
#All python cache files and folders
|
||||||
|
*.py[cod]
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
*.pdb
|
||||||
|
*.egg-info/
|
||||||
|
*.egg
|
||||||
|
*.whl
|
||||||
|
$__pycache__/
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user