# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/

# Environment — never commit real config
.env

# Trawl runtime artifacts
*.sqlite3
.trawl_cache/

# Editors
.idea/
.vscode/
*.swp

# Promo/media assets — not part of the package
media/
