commit - release 1
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
# OS / Editor
|
||||
.DS_Store
|
||||
.vscode/.history/
|
||||
*.swp
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
|
||||
# Virtualenv
|
||||
.venv/
|
||||
|
||||
# Packaging
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
|
||||
# Env
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
Reference in New Issue
Block a user