MicroFish/.gitignore

61 lines
622 B
Plaintext

# OS
.DS_Store
Thumbs.db
# Biến môi trường (bảo vệ thông tin nhạy cảm)
.env
.env.local
.env.*.local
.env.development
.env.test
.env.production
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
.eggs/
*.egg-info/
dist/
build/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
# Kiểm thử
.pytest_cache/
.coverage
htmlcov/
# Cursor
.cursor/
.claude/
# Tài liệu và chương trình kiểm thử
mydoc/
mytest/
# File log
backend/logs/
*.log
# File tải lên
backend/uploads/
# Dữ liệu Docker
data/
uploads_old/