| # Keep the Space clean — prevent stray caches/local state from ever | |
| # getting pushed. | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .hypothesis/ | |
| .pytest_cache/ | |
| .DS_Store | |
| *.log | |
| .env | |
| .env.* | |
| # Keep the Space clean — prevent stray caches/local state from ever | |
| # getting pushed. | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| .hypothesis/ | |
| .pytest_cache/ | |
| .DS_Store | |
| *.log | |
| .env | |
| .env.* | |