*.bundle.*
lib/
node_modules/
*.egg-info/
.ipynb_checkpoints
*.tsbuildinfo
tqrar/labextension

# Created by https://www.gitignore.io/api/python
# Edit at https://www.gitignore.io/?templates=python

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs
.vscode
.idea

# OS
.DS_Store

# Kiro IDE
.kiro/

# Markdown files (except README.md)
*.md
!README.md

# Phoenix observability (development only)
src/observability/
phoenix_server.py
requirements-phoenix.txt
start_phoenix.sh

# Yarn cache for Phoenix dependencies
.yarn/cache/@arizeai-*
.yarn/cache/@opentelemetry-*
.yarn/cache/@protobufjs-*
.yarn/cache/@types-shimmer-*
.yarn/cache/acorn-import-attributes-*
.yarn/cache/cjs-module-lexer-*
.yarn/cache/import-in-the-middle-*
.yarn/cache/long-npm-*
.yarn/cache/module-details-from-path-*
.yarn/cache/protobufjs-*
.yarn/cache/require-in-the-middle-*
.yarn/cache/shimmer-*

# Jupyter Notebooks
*.ipynb