Initial commit with .gitignore
This commit is contained in:
commit
3533d3c165
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
# Virtual environment
|
||||
venv/
|
||||
|
||||
# Python cache files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Other common ignores
|
||||
*.log
|
||||
.env
|
||||
.history/
|
||||
Loading…
x
Reference in New Issue
Block a user