first commit
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
dev.env
|
||||
.dev_opts.json
|
||||
.idea
|
||||
*.code-workspace
|
||||
*.pyc
|
||||
*.swp
|
||||
*~
|
||||
*.egg-info/
|
||||
build
|
||||
dist
|
||||
.coverage
|
||||
/htmlcov
|
||||
.installed
|
||||
.mypy_cache
|
||||
.vscode
|
||||
.theia
|
||||
.venv/
|
||||
|
||||
# Created by unit tests
|
||||
.pytest_cache/
|
||||
Reference in New Issue
Block a user