24 lines
273 B
Plaintext
24 lines
273 B
Plaintext
# Examples directory - development utilities only
|
|
# These are not meant to be deployed to production
|
|
|
|
# Compiled binaries
|
|
/target/
|
|
|
|
# Generated files
|
|
*.tmp
|
|
*.log
|
|
|
|
# IDE files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Development artifacts
|
|
*.bak
|
|
*.orig
|