# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual Environments
.venv/
venv/
ENV/
env/

# Environment Variables (IMPORTANT - contains secrets!)
.env
.env.local

# IDE & Editors
.vscode/
.vscrof/
.idea/
.cursor/mcp.json
*.swp
*.swo
*~
.DS_Store

# Node / Frontend
node_modules/
.next/

# Distribution / packaging
build/
dist/
*.egg-info/
