Spaces:
Paused
Paused
| # JetBrains IDE files | |
| .idea/ | |
| *.iml | |
| # Compiled files | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| *.so | |
| *.dll | |
| # Cache | |
| .cache/ | |
| # Distribution / packaging | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| *.egg | |
| # Logs | |
| logs/ | |
| *.log | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Other | |
| *.swp | |
| *.swo | |
| *.swn | |
| *.bak | |
| *.tmp | |
| *.pyc | |
| *.pyo | |
| *.orig | |
| *.rej | |
| # pytest | |
| .pytest_cache |