Files
mengyadriftbottle/.gitignore
2025-12-13 21:33:26 +08:00

65 lines
690 B
Plaintext

# General
.DS_Store
Thumbs.db
*.log
# IDEs
.idea/
.vscode/
*.swp
*.swo
# Python (Backend)
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
instance/
.pytest_cache/
.coverage
htmlcov/
# Node.js (Frontend)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.npm/
.cache/
# Frontend Build Output
mengyadriftbottle-frontend/dist/
mengyadriftbottle-frontend/build/
# Local Environment Variables
.env.local
.env.development.local
.env.test.local
.env.production.local