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

# Django
*.sqlite3
staticfiles/
media/
.env
.env.*

# Node
node_modules/
dist/
.next/
.pnpm-store/

# OS
.DS_Store

# Fastcrawl local
*.log
tmp/
local_password.txt
dev.sh
