fix: Replace wildcard gitignore that was preventing file checkout

This commit is contained in:
Vijay Janapa Reddi
2025-11-08 18:54:11 -05:00
parent 7b00c46225
commit bd21e72bf6

108
.gitignore vendored
View File

@@ -1,2 +1,106 @@
# Created by venv; see https://docs.python.org/3/library/venv.html
*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
bin/
include/
lib/
lib64/
pyvenv.cfg
share/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Jupyter Book
book/_build/
# NBGrader
assignments/autograded/
assignments/feedback/
assignments/submitted/
# Logs
*.log
# Database
*.db
*.sqlite
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
# Project specific
tito-cli.log
COMMIT_LOG.txt