# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc
.pytest_cache/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/
ENV/

# Environment files
.env
.env.local

# IDEs
.DS_Store
.vscode/
.idea/
*.iml
*.swp
*.swo
*~

# Build artifacts
dist/
build/

# Project-specific
out/
schema/my-schedule.json

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Coverage
.coverage
htmlcov/
.tox/

#Agent files
AGENTS.md
CLAUDE.local.md
