Spaces:
Sleeping
Sleeping
| # Python | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| .venv/ | |
| env/ | |
| venv/ | |
| ENV/ | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| # VS Code | |
| .vscode/ | |
| # Environment variables | |
| .env | |
| # OS files | |
| .DS_Store | |
| Thumbs.db | |
| sql_agent.txt | |
| # Logs | |
| *.log | |
| # Docker |