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

# C extensions
*.so

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

# Virtual environments
.venv/
venv/

# uv
.python-version

# Testing
htmlcov/
.coverage
.coverage.*
.pytest_cache/
coverage.xml

# Type checkers
.mypy_cache/
.ty_cache/

# Linting
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Zensical / docs build output
site/

# Environment variables
.env
.envrc

# Temporary directory for AI agents
.tmp/
