diff --git a/.gitignore b/.gitignore index ca6d038..968128b 100644 --- a/.gitignore +++ b/.gitignore @@ -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/