# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
.eggs/
dist/
build/
*.whl
*.tar.gz

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.local

# IDE
.vscode/settings.json
.idea/

# macOS
.DS_Store

# PyPI credentials (never commit these!)
.pypirc

# Cursor IDE
.cursor/

# Debug/scratch scripts and HTML dumps
debug_*.py
discover_*.py
discovered_*.json
discover_*.log
discover_output.txt
extract_*.py
find_*.py
probe_*.py
scan_*.py
scrape_*.py
intercept_*.py
check_*.py
analyze_*.py
test_*.py
gsc_*.html
gsc_*.json
