chore: update .gitignore to exclude Python artifacts
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -1 +1,16 @@
|
||||
.kugetsu/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
*.so
|
||||
*.egg
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
venv/
|
||||
.venv/
|
||||
*.db
|
||||
data/
|
||||
|
||||
Reference in New Issue
Block a user