winx_prinx-api / .gitignore
Sasha
feat: prepare transition to decoupled hosting (Render + Netlify + Supabase)
d9a03db
Raw
History Blame Contribute Delete
421 Bytes
# Dependencies
node_modules/
/dist
/build
# Python
venv/
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
.pytest_cache/
# Environments
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
*.env
# SQLite
*.db
*.sqlite
*.sqlite3
# IDEs and OS
.vscode/
.idea/
.DS_Store
Thumbs.db