Update .gitignore to exclude build artifacts and internal files

This commit is contained in:
Martin
2025-11-21 23:51:24 +01:00
parent e6624a8791
commit 7497c60295

16
.gitignore vendored
View File

@@ -29,16 +29,14 @@ env/
*.swo
*~
# Discord exports (raw data - 50MB+)
# Keep cleaned and parsed versions only
discord-export/general/
discord-export/text-channels/
discord-export/reference/
# Discord exports - not published for privacy reasons
discord-export/
# Keep these important files:
# !discord-export/cleaned/
# !discord-export/FORUM_THREADS_SUMMARY.md
# !discord-export/all_channels_and_threads.txt
# GitHub docs - cause build errors
github-docs/
# Scripts - internal tooling only
scripts/
# Environment variables
.env