Files
go-garth/.gitignore
2025-09-18 11:12:41 -07:00

20 lines
164 B
Plaintext

# Ignore environment files
.env
# IDE files
.vscode/
.idea/
.kilocode/
#code samples
garth-python/
# Build artifacts
bin/
dist/
# OS files
.DS_Store
Thumbs.db