init: new structure + fix lint errors
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
|
||||
# Packaging/build artifacts
|
||||
*.egg-info/
|
||||
build/
|
||||
dist/
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
.vscode/
|
||||
Reference in New Issue
Block a user