WeatherStation/.gitignore
2025-06-01 17:04:29 +02:00

32 lines
315 B
Text

# Compiled object files
*.o
*.hex
# Executables
*.exe
*.out
*.elf
# Build directories
build/
bin/
.cache
# IDE and editor files
.vscode/
.idea/
*.sublime-project
*.sublime-workspace
*.cache
compile_commands.json
# Dependency directories
lib/
vendor/
# Log files
*.log
# OS generated files
.DS_Store
Thumbs.db