# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# PyInstaller
*.spec.bak
build_exe/
dist_exe/

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

# Test & coverage artifacts
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
test-results/

# Mkdocs
site/

# IDE / OS
.idea/
.vscode/
.DS_Store
Thumbs.db

# Crawl outputs (samples)
out/
output/
*.zip
!tests/**/*.zip

# Manifests from real crawls
manifest.json
failed.log
