Spaces:
Sleeping
Sleeping
| # Analytics data (should not be committed) | |
| analytics_stats.json | |
| analytics_stats_backup.json | |
| # Python cache | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| # Virtual environments | |
| venv/ | |
| env/ | |
| ENV/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Output files | |
| out.csv | |
| *.csv | |