# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Ruff
.ruff_cache/

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

# crawldown output — scraped sites should not be committed
crawldown-output/
output/

# Playwright / browser cache (crawl4ai)
.crawl4ai/

# Claude Code session data
.claude/
