Initial commit: Add documentation and gitignore

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Claude
2025-12-07 13:14:00 +04:00
Unverified
parent 8bf0eb2be0
commit 11aa5a444a
4 changed files with 446 additions and 0 deletions

121
.gitignore vendored Normal file
View File

@@ -0,0 +1,121 @@
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
# Windows cache directories
[.cache]/
[.local]/
[.temp]/
[.tmp]/
# Windows application data
AppData/
Local Settings/
NTUSER*
ntuser*
# Development tools
.vscode/
.android/
.gradle/
.emulator_console_auth_token
expo/
.bun/
.claude/
.claude-server-commander/
.codex/
.config/
.docker/
.gemini/
.gitconfig/
.gitlab/
.kilocode/
.lmstudio/
.lmstudio-home-pointer/
.marscode/
.mult-fetch-mcp-server/
.pm2/
.qwen/
.sbx-denybin/
.ssh/
.trae/
.trae-aicc/
.trae-cn/
.wslconfig
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
env.bak/
venv.bak/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
*.bak
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Large binaries
*.exe
*.zip
*.tar.gz
*.rar
# Database files
*.db
*.sqlite
*.sqlite3
# IDE files
.idea/
*.swp
*.swo
*~
# Build outputs
build/
dist/
out/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local