# Python __pycache__/ *.pyc *.pyo .venv/ venv/ .mypy_cache/ .ruff_cache/ .pytest_cache/ # Node / TS node_modules/ dist/ *.tsbuildinfo # Rust target/ # Go /bin/ # Java / Kotlin / Gradle / Maven build/ out/ .gradle/ *.class *.jar .mvn/ # .NET .dotnet/ obj/ # Swift .swiftpm/ .build/ *.xcodeproj/ # Misc .cache/ .env *.log .DS_Store # Editor .vscode/ .idea/ *.swp *.egg-info/