Skip to content
Merged
77 changes: 10 additions & 67 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,75 +1,18 @@
Playground/Priyanshu/data/
# macOS
# Ignore mac system files
.DS_Store
**/.DS_Store

# Jupyter
**/.ipynb_checkpoints/

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.env
.env.*
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node / Frontend
node_modules/
dist/
build/
coverage/
*.log
# Ignore zip files everywhere
*.zip

# IDE / Editor
.vscode/
.idea/
# BUT allow zip files in DEPENDENCIES folder
!datascience/usecases/DEPENDENCIES/**/*.zip

# OS
.DS_Store
Thumbs.db
# Jupyter Notebook checkpoints
.ipynb_checkpoints/

# Python
# Python cache files
__pycache__/
*.pyc
*.pyo
*.pyd
*.pkl
*.h5
*.py[cod]

# Envs
# Environment variables
.env
.venv/
venv/

# Node
node_modules/

# Archives / media / dbs
*.db
*.zip
*.mp4

# Rasa artifacts & logs
**/.rasa/
results/
logs/
**/story_graph.dot

# Project-specific
**/mpt_bot/models/
**/mpt_bot/mpt_data/
**/mpt_bot/maps/*.html
**/mpt_bot/mnt/
**/key.env


artificial-intelligence/chatbot/mpt_data/
artificial-intelligence/chatbot/code/mpt_bot/story_graph.dot

# If you don't want trained models in git, uncomment:
# models/
Loading
Loading