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

# Node
node_modules/
.next/
out/

# IDE
.vscode/
.idea/

# Docker
*.log

# Ganache local blockchain data
.ganache-data/

# Secrets
backend/.env

# Contract artifacts (generated)
backend/app/contracts/artifacts.json

# OS
.DS_Store
Thumbs.db
backend/celerybeat-schedule
