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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

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

# IDE
.vscode/
.idea/
.kiro/
*.swp
*.swo
*~

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

# Memory storage
*.faiss
.mem0/

# Logs
*.log
logs/

# Package managers
uv.lock
poetry.lock
Pipfile.lock

# Test files (keep only tests/ directory)
test_*.py
test_*.sh
test_*.txt
test_*.md
*_test.py
filter_test_output.txt

# Development documentation (keep only production docs)
FILTER_OPERATORS_*.md
QDRANT_IMPLEMENTATION.md
QDRANT_NATIVE_FILTERING.md
QDRANT_SUMMARY.md
MEM0_SOURCE_CODE_ANALYSIS.md
VALIDATION_TEST_RESULTS.md
