# MacOS .DS_Store # Python __pycache__/ *.py[cod] *$py.class *.pyc *.pyo .pytest_cache/ # Logs & databases *.log *.sqlite *.sqlite-shm *.sqlite-wal # Office documents kept alongside the repo but not part of it. # "~$" files are Excel's lock files, recreated every time a workbook is opened. *.xlsx *.xls ~$* # Local data data/ # Virtualenvs. venv writes its own .gitignore since 3.11, but only for the # directory it creates — declare it here so other layouts are covered too. .venv/ venv/ # Local tooling .gstack/