feat: Project Scaffold and Docker Packaging
This commit is contained in:
+18
@@ -0,0 +1,18 @@
|
||||
.env
|
||||
.env.*
|
||||
!/.env.example
|
||||
data/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.egg-info/
|
||||
.venv/
|
||||
venv/
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
htmlcov/
|
||||
*.log
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
||||
.kilo/
|
||||
Reference in New Issue
Block a user