# Python
venv/
__pycache__/
*.pyc
*.pyo
*.pyd
*.py[cod]
.Python
*.so
*.egg
*.egg-info/
dist/
build/

# Flask
instance/

# Environment variables (active configuration with secrets)
.env
.env.*.temp

# Note: Template files (.env.example, .env.development, .env.production) ARE committed

# Video files in upload/output folders
backend/uploads/*
backend/outputs/*
!backend/uploads/.gitkeep
!backend/outputs/.gitkeep
md_files/
backend/test.ipynb
# Generated platform specifications
backend/platform_specs.json
backend/naming_conventions.json

# macOS
.DS_Store

# Windows
Thumbs.db

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Logs
*.log
*.pdf

# Claude
.claude/

# Node
node_modules/

# Java
*.class
*.jar
target/

# Applications
*.app
*.exe
*.war

# Unit test reports
TEST*.xml
mc_box_config.json
