# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
.eggs/
wheels/
pip-wheel-metadata/
share/python-wheels/

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

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

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

# Project
.env
.env.local
mcp_config.local.json
*.log

# oh-my-claudecode session state
.omc/

# OS
Thumbs.db
ehthumbs.db
