readFileSystem/.gitignore

33 lines
338 B
Plaintext

# Ignore internal/hidden directories and files
.*
!/.gitignore
# Ignore logs
logs/
*.log
# Ignore documentation
*.md
# Python specific
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
pip-log.txt
pip-delete-this-directory.txt
.venv
.env
.tox
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover
.hypothesis/
.pytest_cache/