# =========================== # Python # =========================== __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environments venv/ ENV/ env/ .venv .ENV # Pytest .pytest_cache/ .coverage htmlcov/ # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # =========================== # Node.js / Frontend # =========================== node_modules/ .npm npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Build outputs dist/ build/ .next/ out/ # Environment .env .env.local .env.*.local # Package lock files (keep one per project) # Either keep package-lock.json OR yarn.lock, not both # package-lock.json # Uncomment if using yarn # yarn.lock # Uncomment if using npm # =========================== # OS # =========================== .DS_Store Thumbs.db *.log *.logs # =========================== # Database / Cache # =========================== *.db *.sqlite *.sqlite3 # =========================== # Temporary Files # =========================== *.tmp *.temp *.bak *.swp *.swo # =========================== # System Files # =========================== .env .env.local .env.*.local secrets.txt config.local.json # =========================== # Project Specific (Optional) # =========================== # Store downloaded movies/images cache if any cache/ temp/ tmp/