This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.env
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# Node.js
|
||||||
|
node_modules/
|
||||||
|
dist/
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Go
|
||||||
|
*.exe
|
||||||
|
*.out
|
||||||
|
vendor/
|
||||||
|
|
||||||
|
# General
|
||||||
|
.DS_Store
|
||||||
|
*.log
|
||||||
Reference in New Issue
Block a user