first commit
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
# Virtual environments
|
||||
env/
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
|
||||
# Distribution / packaging
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
# IDEs/editors (optional but common)
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Jupyter Notebook checkpoints (optional)
|
||||
.ipynb_checkpoints/
|
||||
Reference in New Issue
Block a user