Ignore generated cache and dependency folders
This commit is contained in:
parent
fa34caa691
commit
2083192862
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.pyd
|
||||||
|
venv/
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# Node
|
||||||
|
node_modules/
|
||||||
|
|
||||||
|
# Env files
|
||||||
|
.env
|
||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user