# Version control
.git
.github
# Build artifacts
target/
*.exe
*.pdb
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Documentation and packaging
docs/
packaging/
scripts/
tests/
*.md
LICENSE
# Docker files
Dockerfile*
docker-compose*.yml
.dockerignore
# Config files not needed in container
.cargo/
installer.nsi