# Build artifacts
apishare-server
*.exe
*.dll
*.so
*.dylib

# Runtime data (not tracked in git)
backup/
static/uploads/

# Test
*.test
*.out

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

# Python
__pycache__/
*.pyc
*.pyo
.venv/
*.egg-info/
dist/
build/

# OS
.DS_Store
Thumbs.db

# Local config
.env
*.local

# Go workspace
go.work
go.work.sum
