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

# Build artifacts
build/
dist/
*.whl
*.tar.gz

# Test files at repo root (user playground)
hello.py
broken.py
brain_test.py
fact.py
sample.py
index.html
styles.css
script.js
package.json
package-lock.json
tsconfig.json
Key.java
Key.class
Untitled.java
LLM2
q

# Config + secrets
.env
.env.backup
.env.bak
.env.bak-*

# Editor
.DS_Store
*.swp
.idea/
.vscode/

# Runtime data
.chroma/
.ai-agent/

# Archived old env files - NEVER commit
.env.ARCHIVED-*
.env.archived-*

# === Added by cleanup script ===
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo

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

# Backup files (use git history instead)
*.bak
*.bak-*
*.backup
*.before_*
*.pre-*
*.bak-complex
*.bak-prefix
*.bak-workspace
*.v2_backup
*.cyberpunk_backup

# Runtime files (generated per-session)
MEMORY.md

# Binary/build artifacts in bin/
bin/arduino-cli

# OS files
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/
