# Virtual environment
.venv/
venv/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environment
.env

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

# Testing
.pytest_cache/
.coverage

# OS
.DS_Store
Thumbs.db

# Temporary test files
test_dedup.py
test_local.py
test_openai.py