22 lines
168 B
Plaintext
22 lines
168 B
Plaintext
# Editor and IDE files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
*.o
|
|
*.a
|
|
*.so
|
|
*.out
|
|
|
|
# Environment and secrets
|
|
.env
|
|
*.key
|
|
*.pem
|