initial commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
.mypy_cache/
|
||||
.pytest_cache/
|
||||
.vscode/
|
||||
__pycache__/
|
||||
*.py[ocd]
|
||||
db.sqlite3
|
||||
develop-eggs
|
||||
bin
|
||||
parts
|
||||
sources
|
||||
.installed.cfg
|
||||
.mr.developer.cfg
|
||||
*.egg-info
|
||||
eggs/
|
||||
/static/*
|
||||
/documents/
|
||||
/media
|
||||
!/media/image_not_found.jpg
|
||||
dist/
|
||||
build/
|
||||
lib
|
||||
pip-selfcheck.json
|
||||
pyvenv.cfg
|
||||
.DS_Store
|
||||
.coverage
|
||||
coverage.xml
|
||||
htmlcov/
|
||||
venv/
|
||||
Reference in New Issue
Block a user