# Build artifacts
/target

# Database files (generated at runtime)
*.db

# Export artifacts (generated at runtime)
*.bin

# Python artifacts (examples/)
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/

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

# Environment files
.env
.env.*
!.env.example
kremis.toml

# OS
.DS_Store
Thumbs.db
