# Python
__pycache__/
*.py[cod]
*.pyc
*.egg-info/
dist/
build/
.pytest_cache/
.venv/
venv/
.ruff_cache/
.mypy_cache/

# IDE
.idea/

# OS
.DS_Store
Thumbs.db

# Project specific
learn-drissionpage/
project_idea.md

# claude
.claude

# Logs
*.log

# Environment
.env