# Python .gitignore

# Ignore .env files
.env*
.flaskenv*
!.env.project
!.env.vault

# Compiled Python bytecode
__pycache__/
*.py[cod]
*.pyo

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

# Log files
*.log

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Applications
*.app
*.exe
*.war

# Ignore Claude
.claude

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv


# Virtual environments
.venv/
.envrc

# uv
uv.lock

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/
