########################
# 项目特定文件
########################
examples/docker/browser/docker_test_dir*
drsai/backend/owebui_pipeline/pipelines/pipelines/drsai_pipeline/*.json
drsai/backend/owebui_pipeline/pipelines/pipelines/failed/
drsai/backend/owebui_pipeline/pipelines/pipelines/__init__/

# DrSai 相关
DrSai/repos/*
!DrSai/repos/download_repos.sh
DrSai.egg-info/
drsai.egg-info/

# 项目配置和状态文件
model_status.yaml
.webui_secret_key
config.yaml
structure.md
overleaf_project_points_en.md

# 工作目录
/workspace
test/
tmp/
scratch/
scratch.py

########################
# 操作系统相关文件
########################
.DS_Store
Thumbs.db

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

# C extensions
*.so

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

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

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

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
# .python-version

# pipenv
#Pipfile.lock

# poetry
#poetry.lock

# pdm
#pdm.lock
.pdm.toml
.pdm-python
.pdm-build/

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

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

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

########################
# IDE 配置文件
########################
.vscode/
.idea/
#.idea/

########################
# 缓存和日志
########################
.cache/
.cache
*.log
*.bak

########################
# 开发工具
########################
.claude/
.aider*

########################
# Magentic UI / Autogen Studio
########################
.magentic_ui_state.json
debug
data
runs
node_modules
database.sqlite
.cache/*
src/magentic_ui/backend/web/files/user/*
src/magentic_ui/backend/test
src/magentic_ui/backend/database/alembic.ini
src/magentic_ui/backend/database/alembic/*
src/magentic_ui/backend/web/files/ui/*
OAI_CONFIG_LIST
src/magentic_ui/backend/web/workdir/*
src/magentic_ui/backend/web/ui/*
src/magentic_ui/backend/web/skills/user/*
.release.sh
.nightly.sh
notebooks/test
notebooks/work_dir/*
notebooks/test.db

########################
# Memory 相关
########################
**/memory_bank/
**/pagelogs/
