# Go /api/server *.test *.out # Python __pycache__/ *.py[cod] .venv/ .pytest_cache/ .ruff_cache/ *.egg-info/ build/ dist/ # Env / local .env .env.* !.env.example # OS / editors .DS_Store *.swp .idea/ .vscode/