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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

#Config
mkdocs.yml

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

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pytype/

# Ruff
.ruff_cache/

# Jupyter
.ipynb_checkpoints/

# Environment variables
.env
.env.local

# Documentation
docs/
public-docs/
site/
landing/
site/
CLAUDE.md
.claude/
examples/

# OS
.DS_Store
Thumbs.db
