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

# Virtual Environment
venv/
ENV/
env/
.env
.venv
env.bak/
venv.bak/

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
.project
.pydevproject
.settings/

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

# Distribution
*.tar.gz
*.zip
*.rar
*.7z

# Logs
*.log
logs/
log/

# Local development
.env
.env.local
.env.*.local

# Jupyter Notebook
.ipynb_checkpoints

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

# Pyre type checker
.pyre/

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Hugging Face cache
.cache/
.huggingface/

# Ollama models
.ollama/

# Misc
.DS_Store
Thumbs.db 

investigate/

# Cursor editor files
.cursor/
.cursor/**/*
*.mdc

.venv-abstractllm
untracked

#CLAUDE.md
#**/CLAUDE.md

memory/

*.pkl
