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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
MANIFEST

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

# mypy
.mypy_cache/
.dmypy.json

# Sphinx docs
docs/_build/

# OS
.DS_Store
Thumbs.db

# Project specific
*.log
.env
.env.local
batch_seo_results_*.json
fork_sync_report_*.json
seo_results_*.json
temp_readme_*.md

# Reference code (not part of package)
x-algorithm/
