1 2 3 4 5 6 7 8 9 10 11 12
__pycache__/ *.py[cod] .pytest_cache/ # Runtime logs are reproducible and can grow quickly. logs/ *.out # Local editor/OS state. .DS_Store .vscode/ .idea/