Spaces:
Running
Running
| # Python bytecode | |
| __pycache__/ | |
| *.py[cod] | |
| *.pyo | |
| *.pyc | |
| # Virtual environment | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Environment files with secrets | |
| .env | |
| # Test/debug artifacts | |
| *.log | |
| .pytest_cache/ | |
| # IDE | |
| .vscode/ | |
| .idea/ | |