mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
15 lines
130 B
Plaintext
15 lines
130 B
Plaintext
# Build artifacts
|
|
/target/
|
|
|
|
# Environment files with credentials
|
|
.env
|
|
|
|
# Editor files
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS files
|
|
.DS_Store
|