# Build artifacts
/target/

# Git
.git/
.gitignore
.dockerignore

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

# Logs
logs/
*.log

# Documentation and non-essential files
README.md
CHANGELOG.md
ROADMAP.md
LICENSE
RELEASE.md
rustnet-*.tar.gz

# Assets we don't need in container
assets/rustnet.gif

# Scripts (not needed in container)
scripts/

# CI/CD (already in repo context)
.github/
