# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environment
venv/
env/
ENV/
env.bak/
venv.bak/

# Environment Variables
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Trae IDE
.trae/

# User Data (Browser data, logs, etc.)
user_data/
backend/user_data/
backups/

# Database
data/

# Patch files
*.patch
*.log
crawled_debug.txt

# Chat History
backend/chats/*.json

# Configuration
backend/settings.json

# Node.js (if applicable)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.auth_token
backend/.auth_token
patch.css
