mirror of
https://github.com/elektricM/amd-bc250-docs.git
synced 2026-07-15 22:22:40 +00:00
55 lines
569 B
Plaintext
55 lines
569 B
Plaintext
# MkDocs build output
|
|
site/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
ENV/
|
|
env/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# IDEs
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Discord exports - not published for privacy reasons
|
|
discord-export/
|
|
|
|
# GitHub docs - cause build errors
|
|
github-docs/
|
|
|
|
# Scripts - internal tooling only
|
|
scripts/
|
|
|
|
# Internal project files
|
|
CLAUDE.md
|
|
PROJECT_STATUS.md
|
|
COMPARISON.md
|
|
PAGES_TO_ADD.md
|
|
parsed-content/
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# Logs
|
|
*.log
|
|
CLAUDE.md
|