dragxd commited on
Commit
aa104be
·
1 Parent(s): 291f5d4

Fix: Include compiler .pyc files needed for application startup

Browse files
.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