23 lines
177 B
Plaintext
23 lines
177 B
Plaintext
# Git
|
|
.git
|
|
.gitignore
|
|
|
|
# Documentation
|
|
README.md
|
|
project.md
|
|
CLAUDE.md
|
|
|
|
# IDE
|
|
.vscode
|
|
.idea
|
|
.cursor
|
|
|
|
# Docker
|
|
Dockerfile
|
|
docker-compose.yml
|
|
.dockerignore
|
|
|
|
# Misc
|
|
*.log
|
|
.DS_Store
|