# 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/
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.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Environments
.env
.env.*
!.env.example
.venv/
venv/
ENV/
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
.idea/
.vscode/
*.swp
*.swo
*~
.project
.pydevproject
.settings/

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Qdrant local data (if running locally)
qdrant_storage/
.qdrant/

# Ingestion runs (keep structure, ignore run data)
manifests/ingestion_runs/*.json

# Corpora data files (keep structure, ignore large files)
corpora/**/*.pdf
corpora/**/*.txt
corpora/**/*.md
corpora/**/*.docx

# Secrets and credentials
*.pem
*.key
secrets/
credentials/

# Logs
*.log
logs/

# Jupyter
.ipynb_checkpoints/

# Model and embedding caches
.fastembed_cache/
.cache/
huggingface/
~/.cache/huggingface/
models/
*.onnx
*.pt
*.bin
*.safetensors

# Ruff / linting caches
.ruff_cache/

# Pre-commit
.pre-commit-cache/

# UV package manager
.uv/

# Antigravity / agent caches
.gemini/
.antigravity/
.claude/
# Temporary files
*.tmp
*.temp
tmp/
temp/

corpora/agent-dev-docs

.mcp.json

# Session transcripts
session-*.md
*-test-*.txt

# MCP memory files
**/CLAUDE.md

# Git worktrees
.worktrees/
