33 lines
327 B
Plaintext
33 lines
327 B
Plaintext
# Build artifacts
|
|
target/
|
|
|
|
# Git
|
|
.git/
|
|
.gitignore
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Docker
|
|
Dockerfile
|
|
Dockerfile.rootless
|
|
docker-compose.yml
|
|
rootless-compose.yml
|
|
|
|
# Runtime data (mapped via volumes)
|
|
storage/
|
|
|
|
# Documentation
|
|
doc/
|
|
*.md
|
|
LICENSE
|
|
CODEOWNERS
|
|
|
|
# Miscellaneous
|
|
.github/
|
|
.env
|
|
*.bak
|