# Build artifacts
target/
*.o
*.so
*.a

# Git
.git/
.gitignore
.github/

# Documentation
*.md
!README.md

# Environment files
.env
.env.*

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

# OS
.DS_Store
Thumbs.db

# Docker
Dockerfile.*
docker-compose*.yml
.dockerignore

# Test files
tests/
*.test.toml

# Config examples
config.example.toml
