# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
ENV/

# Environment
.env

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Django
*.log
db.sqlite3
staticfiles/
media/
logs/

# Celery
celerybeat-schedule
celerybeat.pid

# Coverage
.coverage
htmlcov/
.pytest_cache/

# Docker
docker-compose.override.yml

# Claude Code
.claude/

# Ralph Loop (runtime state)
.ralph-done
.ralph-session
ralph.log
QUESTIONS.md

# Frontend
node_modules/
.next/
.env.local
.env*.local
RECOVERY.md
coolify_deployment.md
pypi_deployment.md
sentry-workflow.md
linear-workflow.md
