# Environment variables
.env

# Log files
*.log

# Python cache
__pycache__/
*.pyc

# OS-specific files
.DS_Store
Thumbs.db

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# input directory
input/

# CHAC Toolkit State Files
chac_toolkit/.sequence/

# CHAC State Directory
# ====================
# By default, ignore everything in the global state directory to prevent
# accidental check-ins of temporary or local-only files.
case-study/.chac_state/*

# However, explicitly DO track the following essential, globally-shared state files.
# This is the authoritative ledger for Case Study IDs.
!case-study/.chac_state/id_state.json

# This file is a placeholder to ensure the directory is created in new clones.
# It can be empty.
!case-study/.chac_state/.gitkeep

build/
/case-study/A07_Academic_Paper_Preparation_and_Asset_Collection/A07_blocked_assets/
/case-study/A07_Academic_Paper_Preparation_and_Asset_Collection/A07_renamed_assets/
/case-study/A07_Academic_Paper_Preparation_and_Asset_Collection/temp_asset_collection/

# python virtualenv
venv/
