# 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