# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Database & logs
*.db
*.db-journal
*.db-wal
*.db-shm
server.log
nohup.out

# Uploaded/generated assets
uploads/
thumbnails/
images/

# Test artifacts
*.stl
test.db

# IDE
.vscode/
.idea/
