# Build artifacts
target/
**/target/

# Git
.git/
.gitignore

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

# Documentation
*.md
!README.md

# Docker
Dockerfile
docker-compose.yml
.dockerignore

# Logs
*.log

# Environment
.env
.env.*

# Test files
tests/
**/tests/
