# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
env/

# Distribution
dist/
build/
*.egg-info/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# Misc
*.log
.DS_Store
.env
.env.local

# Lock files (regenerated)
uv.lock

# Test results
test-results/
archive/
samples/
debug_search.py
*.bak
