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

# Virtual environments
.venv

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

# Frontend
lumberjack_webui/node_modules/
lumberjack_webui/dist/
src/lumberjack/web/static/

# Datasets
data/
output/

# Private development documentation
internal_docs/

# Tool caches
.ruff_cache/
.pytest_cache/
.worktrees

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

# OS
.DS_Store
Thumbs.db

# tar
*.tar
*.tar.gz
