Python integration with c++ binary (not totally working yet)

This commit is contained in:
DomySh
2022-07-18 18:52:14 +02:00
parent 02fe8f0064
commit 2a5be65feb
12 changed files with 594 additions and 866 deletions

6
.gitignore vendored
View File

@@ -1,7 +1,9 @@
**/*.pyc
**/__pycache__/
**/.vscode/**
/.mypy_cache/**
**/.vscode/
**/.mypy_cache/**
**/.mypy_cache/
**/node_modules
**/.pnp
@@ -12,7 +14,7 @@
/backend/db/firegex.db
/backend/db/firegex.db-journal
/backend/nfqueue/nfqueue
/backend/modules/cppqueue
docker-compose.yml
# misc