# Python cache files
__pycache__/
*.py[cod]
*.pyc
*$py.class
*.so

# Build files
build/
dist/
develop-eggs/
eggs/
.eggs/
*.egg-info/
*.egg

# Virtual environments
venv/
ENV/
env/
.venv

# Log files
*.log

# Serializing / deserializing
*.pkl


# Ignore file_chunks and structured_hunks_per_chunk folders
git_diff_info_process/file_chunks/
git_diff_info_process/structured_hunks_per_chunk/
git_diff_info_process/git_hunks_chunks.xlsx

# result output
/output*
check*.txt

