# Environment variables .env .env.local .env.production # Docker volumes *_data/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Dependencies node_modules/ __pycache__/ *.pyc *.pyo *.pyd .Python env/ venv/ .venv/ # IDEs .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Build outputs dist/ build/ *.egg-info/ # Temporary files *.tmp *.temp