chore: add .gitignore
This commit is contained in:
parent
5472211972
commit
d09bb17b1a
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.venv/
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
*.egg
|
||||
wwwroot/wwwroot
|
||||
mysql.ddl.sql
|
||||
Loading…
x
Reference in New Issue
Block a user