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__/
*.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/