# Archive folder
/archieve

# Claude Code instructions
CLAUDE.md

# Environment files
.env
.env.local
.env.*.local

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

# Node (web/ has its own .gitignore but adding common ones)
node_modules/
.next/
out/
.DS_Store

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

# Logs
*.log
npm-debug.log*

# Testing
.coverage
htmlcov/
.pytest_cache/

# Generated files
storage/generated/
*.pdf
