# Python files to ignore
# Uncomment the following lines if you want to ignore specific Python files
# some_specific_file.py
# temp_*.py

# Python virtual environment
venv/
fresh_venv/
.venv/

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

# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Distribution / packaging
dist/
build/
*.egg-info/

# Environment variables
.env
env.template

# IDE specific files
.vscode/
.idea/
*.swp
*.swo
.cursorrules

# macOS specific files
.DS_Store

# Logs
*.log

# Documentation folder
documents/

# Development tools and files
extract_canvas_api_docs.py
canvas_api_docs/
get_course_grades.py
gradebook.json
.env.template
# Student data and utility scripts
student_anonymization_mapping.txt
show_student_mappings.py
_**
.aider*
test_*.py

# Local de-anonymization maps (contains PII)
local_maps/
docs/hybrid_builder_launch.md

# Archive directory - old structure and development files
archive/
node_modules/
