AuthriX / .gitignore
Deepfake Authenticator
feat: split backend (HF) and frontend (Vercel)
1dfcfc7
Raw
History Blame Contribute Delete
790 Bytes
# Python
venv/
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
# Uploads
backend/uploads/
# Sensitive files
backend/api_keys.json
backend/usage.json
.env
.env.local
*.env
# Unused folders
frontend/
stitch_authrix_deepfake_detection_engine/
# One-time / internal scripts
backend/create_owner_key.py
backend/stripe_integration.py
STRIPE_SETUP.md
DEPLOY_HF.md
render.yaml
setup.bat
setup.sh
start.bat
start.sh
# IDE
.vscode/settings.json
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
desktop.ini
# Logs
*.log
logs/
# Video test artifacts
*.mp4
*.avi
*.mov
*.mkv
*.webm
# Binary / image files (force-add icons explicitly with git add -f)
*.png
*.jpg
*.jpeg
*.gif
*.ico
# Node
node_modules/
frontend-react/dist/
frontend-react/.vite/
frontend-react/.env.local