# 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 environments
venv/
env/
ENV/
.venv/

# UV
.uv/
uv.lock

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

# Qoder / Agents
.agents/
.qoder/
skills-lock.json

# Temporary directories
tmp/

# Zvec data directories
*.zvec/
my_vectors/
test_vectors/
./embeddings/
./my_collection/
example_collection/
test_collection/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db
