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__/
|
__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/
|
||||||
|
|||||||
Reference in New Issue
Block a user