Python integration with c++ binary (not totally working yet)
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user