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

# C extensions
*.so

# Distribution / packaging
.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
#  Usually these files are written by a python script from a template
#  before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

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

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

# 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
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
#   According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
#   However, in case of collaboration, if having platform-specific dependencies or dependencies
#   having no cross-platform support, pipenv may install dependencies that don't work, or not
#   install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.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/

# Virtual environments
.env.local
.env.development.local
.env.test.local
.env.production.local

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
.tmp/

# Database files
*.db
*.sqlite
*.sqlite3

# Configuration files that may contain sensitive data
config.local.json
config.local.yaml
config.local.yml
secrets.json

# Node.js (if using any frontend tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Backup files
*.bak
*.backup

# Coverage reports
coverage/
.coverage.*

# Testing
.pytest_cache/
.tox/
htmlcov/

# Documentation builds
docs/build/
docs/source/_build/

# Model files (for ML/AI projects)
*.pkl
*.pickle
*.h5
*.hdf5
*.model
*.joblib
*.onnx

# Cache directories
.cache/
*.cache

# FastAPI specific
*.sqlite3-journal

# LangGraph specific
.graph/

# Test files with API calls (exclude from commits)
tests/*
test_*.py
*_test.py
TEST_*.md
FINAL_TEST_REPORT.md
CODE_REVIEW_FIXES.md
TESTING_COMPLETE.md
pytest.ini

# Coding agent context files
plans/
planning/
.windsurf/

# Execution files (exclude all shell scripts by default)
*.sh
# ...except committed wrapper/setup scripts
!scripts/run-edge8-mcp.sh
!scripts/setup-internal.sh.template
# Lark agent system scripts (no secrets — safe to commit)
!scripts/check.sh
!scripts/setup.sh
!scripts/validate.sh
!scripts/start.sh
!scripts/stop.sh
!scripts/logs.sh
!scripts/start-lark-worker.sh
!scripts/register-project.sh
!scripts/com.edge8.lark-agent-worker.plist

# custom
multi_task_agent.py
simplified_tool_use_agent.py

.claude/settings.local.json
.github/workflows/

# Internal setup script with real secrets — distributed privately, never committed
# (covered by *.sh above, explicit entry for clarity)
scripts/setup-internal.sh
