# Git
.git
.gitignore

# Documentation
*.md
docs/

# Target directory (build artifacts)
target/

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

# OS files
.DS_Store
Thumbs.db

# GitHub workflows (not needed in container)
.github/

# Test files
tests/
