# Secrets and Config
.env
*.key
*.pem

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

# Scrapy runtime output (created inside the container at /app/data)
data/
*.jsonl
.scrapy/

# Git
.git
.gitignore
