node_modules/ dist/ build/ .cache/ .turbo/ *.log .DS_Store .env .env.local .env.*.local !.env.example # Backup output on the VPS backups/ # Python __pycache__/ *.pyc *.pyo *.pyd .venv/ venv/ .python-version .mypy_cache/ .pytest_cache/ .ruff_cache/ *.egg-info/ .vscode/ .idea/