# Documentation site (kept separate)
docs/

# Local user data
data/history.json
data/settings.json
data/active_domain.txt

# Downloads folder
downloads/

# API (repo separate: github.com/6sfy/anisama-api)
api/

# Python

__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
eggs/
*.egg-info/
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/

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

# Testing
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
