deployment-taskflow / .vercelignore
Tripagra
Fix .vercelignore to only exclude root-level Python files
fd851ab
Raw
History Blame Contribute Delete
470 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/
# Python backend at root level (deploy to Render, not Vercel)
/api/
/src/
/requirements.txt
/runtime.txt
/render.yaml
/pyproject.toml
/.python-version
# Testing
/tests/
.pytest_cache/
.hypothesis/
.coverage
htmlcov/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
*.md
!README.md
# Benchmarks
.benchmarks/
# Local env files
.env
.env.local