# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.ruff_cache/
.pytest_cache/

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

# Virtual environments
.venv/
venv/
env/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Editors / OS
.vscode/
.idea/
.DS_Store

# Environment-specific
*.log

# Internal planning docs, not published yet
/PROJECT_GUIDE.md
/CHANGELOG.md
