Add .gitignore file to exclude sensitive and temporary files
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
*.pwd
|
||||||
|
*.env
|
||||||
|
*.bak
|
||||||
|
*.key
|
||||||
|
*.crt
|
||||||
|
*.pem
|
||||||
|
# MacOS system files
|
||||||
|
**/.DS_Store
|
||||||
|
tmp
|
||||||
|
**/__pycache__/
|
||||||
|
**/*.pyc
|
||||||
|
**/*.pyo
|
||||||
Reference in New Issue
Block a user