# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/
*.egg

# Virtual environments
.venv/

# Testing / Coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# PyInstaller
ccal.spec
*.spec

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

# OS
.DS_Store
Thumbs.db

# Generated ICS files
*.ics

# Local Google OAuth files
google_credentials.json
google_cresntials.json
google_token_*.json

# local image test folder
.imgs/
