# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.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
*.manifest
*.spec

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

# Virtual environments
venv/
ENV/
env/
.venv

# IDE settings
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Configuration files with secrets (root-level only; contains API keys)
/config.py
*.env
.env

# Database files
*.db
*.sqlite
*.sqlite3
lancedb_data/
omni_memory_data/
evolution_results/

# Log files
*.log

# Test results
locomo10_test_results.json
test_results/
*.json

# Jupyter Notebook
.ipynb_checkpoints

# Model files (large)
*.bin
*.pt
*.pth
*.onnx
docs/other
