# Environment and configuration files
.env
.env.*
!.env.example

# MCP server configurations (may contain sensitive paths/configs)
mcp_servers.json

# Session data (contains conversation history)
.agent_sessions/

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

# Virtual environments
venv/
env/
ENV/
.venv/
.env/

# PyInstaller
*.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/
cover/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
Pipfile.lock

# poetry
poetry.lock

# pdm
.pdm.toml

# PEP 582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

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

# VS Code
.vscode/

# JetBrains IDEs
.idea/

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
.#*

# Test files and debugging (but not in tests/ directory)
test_*.py
!tests/
!tests/**/*.py
debug_*.py
verify_*.py
example_*.py
todo.json

# Analysis and sample files
analysis_*.py
sample_*.jsonl
*_conversation.jsonl
test_input.jsonl

# API keys and secrets
*key*
*secret*
*token*
*password*
*credentials*

# Local development files
local_*
scratch.*
notes.*

# Patches and backups
*.patch
*.orig
*.bak

# Shell scripts that might contain sensitive info
*.sh
!setup.sh
!install.sh

# Any personal or sensitive files
weather.py
scrape_*.py
fetch_*.py