BP_Furhat_ulohy/.gitignore
2026-05-18 15:01:11 +02:00

28 lines
227 B
Plaintext

node_modules/
/out
/build
build/
/.gradle
/logs
/.idea
save_flow.xml
*.iml
.env
.env.*
!.env.example
.DS_Store
Thumbs.db
# Python virtual environment
**/.venv/
**/venv/
# Python cache
**/__pycache__/
*.py[cod]
*.pyo
*.pyd