# Build artifacts
target/
debug/
release/

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

# Git
.git/
.gitignore

# Documentation (not needed in container)
*.md
docs/

# CI/CD
.github/

# Tests and benchmarks (not needed in production image)
tests/
benches/

# Development files
.env
.env.*
*.log
