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

# Virtual environments
venv/
ENV/
env/
.venv

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Project specific
*.db
*.sqlite
*.log
.env
.env.local
.env.development
.env.production

# uv
uv.lock

# codanna
.codanna

# fastembed
.fastembed_cache/*

# v1/v2 archive (inspiration only)
archive/

# local docs and commit logs
local_docs/
vendors/