feat(core): initialize project structure, postgres schema and docker setup
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
.venv/
|
||||
.env
|
||||
*.session
|
||||
*.session-journal
|
||||
__pycache__/
|
||||
*.pyc
|
||||
data/
|
||||
tests/
|
||||
.git/
|
||||
.gitignore
|
||||
Reference in New Issue
Block a user