Initial commit: SaveUrl project migration from Drive

This commit is contained in:
Antigravity Migration Agent
2026-05-09 14:20:17 -04:00
commit 9f799c9398
16 changed files with 1439 additions and 0 deletions
+73
View File
@@ -0,0 +1,73 @@
# =========================
# Secrets / environment files
# =========================
.env
.env.*
!.env.example
# Common secrets files (if they ever appear)
*.pem
*.key
*.pfx
*.p12
*.crt
*.cer
*.der
# =========================
# Python
# =========================
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
env/
.env/
venv/
.venv/
ENV/
env.bak/
venv.bak/
# Packaging / build artifacts
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
# Unit test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
# Jupyter
.ipynb_checkpoints/
# =========================
# Logs / runtime files
# =========================
*.log
logs/
*.pid
# =========================
# IDEs / OS
# =========================
.vscode/
.idea/
.DS_Store
Thumbs.db
Desktop.ini
# =========================
# Airflow (common local artifacts)
# =========================
airflow.cfg
webserver_config.py