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

# Data
*.db
*.sqlite
*.vec

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

# OS
.DS_Store
Thumbs.db

# Test
.pytest_cache/
.coverage
htmlcov/

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