chore: exclude source files and allow binaries

This commit is contained in:
leeyj
2026-03-23 01:21:14 +09:00
parent 33c2609890
commit 3f37574163
+7 -2
View File
@@ -4,9 +4,14 @@
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
*$py.class *$py.class
*.so # *.so <-- Allow binaries for deployment
*.pyd # *.pyd <-- Allow binaries for deployment
.Python .Python
# --- Compiled Source Protection ---
routes/api_routes.py
logic/license_manager.py
env/ env/
build/ build/
develop-eggs/ develop-eggs/