# OSX os files
.DS_Store
.DS_Store?

# NODE
node_modules
public
coverage
.env

# IntelliJ
.idea
*.iml

# VSCode
.vscode/

.ssl/*

# PYTHON
# Virtual environments
*env/
venv/
ENV/
env/
.venv/
.ENV/
.env/
*_env/
nlp_demo_env/
notebook-env/

# Python cache
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# PyCharm
.idea/

# ML Models & Cache
.cache/
.transformers_cache/
.sentence_transformers_cache/
.huggingface/
models/
*.model
*.bin
*.safetensors
pytorch_model.bin

# NLTK data (if downloaded locally)
nltk_data/

# Streamlit
.streamlit/
.claude/settings.local.json

# Mastra
.mastra/
cert
mastra.db*
*.db*

package-lock.json