mirror of
https://github.com/sotam0316/drawNET.git
synced 2026-04-24 19:48:36 +09:00
chore: exclude source files and allow binaries
This commit is contained in:
+7
-2
@@ -4,9 +4,14 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
*.pyd
|
||||
# *.so <-- Allow binaries for deployment
|
||||
# *.pyd <-- Allow binaries for deployment
|
||||
.Python
|
||||
|
||||
# --- Compiled Source Protection ---
|
||||
routes/api_routes.py
|
||||
logic/license_manager.py
|
||||
|
||||
env/
|
||||
build/
|
||||
develop-eggs/
|
||||
|
||||
Reference in New Issue
Block a user