feat(all): init
This commit is contained in:
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
.venv
|
||||
__pycache__
|
||||
*.pyc
|
||||
test
|
||||
*.log
|
||||
dist
|
||||
build
|
||||
*.egg-info
|
||||
.env
|
||||
|
||||
# IDE specific files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.iml
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
coverage.xml
|
||||
.tox/
|
||||
Reference in New Issue
Block a user