Spaces:
Runtime error
Runtime error
Fix: Include compiler .pyc files needed for application startup
Browse files- .gitignore +3 -0
- compiler/AkenoX_main.pyc +0 -0
- compiler/callback_mod.pyc +0 -0
- compiler/deserialize.pyc +0 -0
- compiler/eval_mod.pyc +0 -0
- compiler/helper_checking.pyc +0 -0
- compiler/inline_mod.pyc +0 -0
- compiler/install_perfomance.pyc +0 -0
.gitignore
CHANGED
|
@@ -64,6 +64,9 @@ logs/
|
|
| 64 |
__pycache__/
|
| 65 |
*.so
|
| 66 |
|
|
|
|
|
|
|
|
|
|
| 67 |
# Virtual environments
|
| 68 |
venv/
|
| 69 |
env/
|
|
|
|
| 64 |
__pycache__/
|
| 65 |
*.so
|
| 66 |
|
| 67 |
+
# Allow specific compiled files needed for the application
|
| 68 |
+
!compiler/*.pyc
|
| 69 |
+
|
| 70 |
# Virtual environments
|
| 71 |
venv/
|
| 72 |
env/
|
compiler/AkenoX_main.pyc
ADDED
|
Binary file (20.6 kB). View file
|
|
|
compiler/callback_mod.pyc
ADDED
|
Binary file (1.55 kB). View file
|
|
|
compiler/deserialize.pyc
ADDED
|
Binary file (2.06 kB). View file
|
|
|
compiler/eval_mod.pyc
ADDED
|
Binary file (765 Bytes). View file
|
|
|
compiler/helper_checking.pyc
ADDED
|
Binary file (830 Bytes). View file
|
|
|
compiler/inline_mod.pyc
ADDED
|
Binary file (1.73 kB). View file
|
|
|
compiler/install_perfomance.pyc
ADDED
|
Binary file (4.88 kB). View file
|
|
|