first commit
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
.env
|
||||
.env.*
|
||||
.history/
|
||||
.sixth/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.venv/
|
||||
venv/
|
||||
dist/
|
||||
build/
|
||||
Reference in New Issue
Block a user