Spaces:
Sleeping
Sleeping
| # Virtual environments | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Python bytecode and caches | |
| __pycache__/ | |
| *.pyc | |
| *.pyo | |
| *.pyd | |
| # Packaging/build artifacts | |
| build/ | |
| dist/ | |
| *.egg-info/ | |
| .eggs/ | |
| pip-wheel-metadata/ | |
| # Test and tooling caches | |
| .pytest_cache/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .coverage | |
| .coverage.* | |
| htmlcov/ | |
| # OS files | |
| .DS_Store | |
| # Local environment secrets | |
| .env | |