Initialize repository workspace

This commit is contained in:
Misaka
2026-05-15 20:12:15 +08:00
commit abe967fff5
5 changed files with 40 additions and 0 deletions

15
.gitignore vendored Normal file
View File

@@ -0,0 +1,15 @@
# Local agent/tooling state
.agents/
.claude/
# OS/editor noise
.DS_Store
Thumbs.db
.idea/
.vscode/
# Logs and local env
*.log
.env
.env.*