first commit
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
.venv/
|
||||
venv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
instance/*
|
||||
*.db
|
||||
.env
|
||||
dist/
|
||||
build/
|
||||
*.egg-info/
|
||||
.pytest_cache
|
||||
|
||||
*.pdf
|
||||
*.xml
|
||||
Reference in New Issue
Block a user