scientific-backend / .gitignore
Dama12's picture
Initial clean backend deployment
0bd4ab4
Raw
History Blame
467 Bytes
# Projects to ignore for backend deployment
ai-scientific-coinvestigator-frontend/
# Virtual environments
venv/
.venv/
env/
.env
# Python cache
__pycache__/
*.py[cod]
*$py.class
# IDE files
.vscode/
.idea/
# Node modules
node_modules/
# OS files
.DS_Store
Thumbs.db
# Frontend specific
ai-scientific-coinvestigator-frontend/.next/
ai-scientific-coinvestigator-frontend/out/
ai-scientific-coinvestigator-frontend/build/
# Project specific
uploaded_files/
logs/