# Version control
.git/
.gitignore

# Build outputs
build/
dist/
*.egg-info/

# Python cache
__pycache__/
*.pyc
*.pyo

# IDE / OS
.vscode/
.idea/
*.DS_Store
Thumbs.db

# Docker artifacts
Dockerfile
docker-compose.yml

# CI
.github/

# Scripts (not needed inside the build container)
scripts/
