Spaces:
Sleeping
Sleeping
File size: 891 Bytes
b758d48 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | # Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# Byte-compiled / optimized / DLL files
# C extensions
# Distribution / packaging
# Django stuff:
# Installer logs
# Project specific ignores
# PyBuilder
# PyInstaller
# Sphinx documentation
# Translations
# Unit test / coverage reports
*$py.class
*,cover
*.csv
*.egg
*.egg-info/
*.log
*.manifest
*.mo
*.pot
*.py[cod]
*.pyc
*.so
*.spec
.Python
.cache
.coverage
.coverage.*
.dockerignore
.eggs/
.env
.git
.gitignore
.idea/
.installed.cfg
.python-version
.tox/
.venv
.vscode/
__pycache__/
build/
coverage.xml
develop-eggs/
dist/
docs/_build/
downloads/
eggs/
env/
housepricepredictor.egg-info/
htmlcov/
lib/
lib64/
logs/
mlruns/
myenv/
nosetests.xml
notebook/
parts/
pip-delete-this-directory.txt
pip-log.txt
sdist/
target/
uv.lock
var/
venv/ |