# Git files
.git
.gitignore

# Build artifacts
target/

# Logs
logs/
*.log

# Data
data/

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