Files
super_ball_thrower/.gitignore
2025-12-10 10:17:24 -04:00

26 lines
201 B
Plaintext

# Build artifacts
superball_thrower
*.o
*.a
*.so
# Configuration
config.json
# Logs
*.log
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.bak