Initial commit - cleaned repository

This commit is contained in:
jungwoo choi
2025-09-28 20:41:57 +09:00
commit e3c28f796a
188 changed files with 28102 additions and 0 deletions

85
.gitignore vendored Normal file
View File

@ -0,0 +1,85 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv
pip-log.txt
pip-delete-this-directory.txt
.pytest_cache/
*.egg-info/
dist/
build/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
dist/
build/
# Environment
.env
.env.local
.env.*.local
*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Docker
*.log
docker-compose.override.yml
# Database
data/
*.db
*.sqlite
# Testing
coverage/
.coverage
htmlcov/
.tox/
.hypothesis/
# Temporary
tmp/
temp/
*.tmp
*.temp
*.bak
# Secrets
*.pem
*.key
*.crt
secrets/data/
# Backups and logs
backups/
*.archive
*.log
# Images and media
*.png
*.jpg
*.jpeg
*.gif
# Node modules
node_modules/
**/node_modules/
# Large data files
data/