Add architecture package and application skeleton
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
.mypy_cache/
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.coverage
|
||||
htmlcov/
|
||||
dist/
|
||||
build/
|
||||
site/
|
||||
*.egg-info/
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.db
|
||||
*.sqlite3
|
||||
runtime/
|
||||
artifacts/
|
||||
Reference in New Issue
Block a user