# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
node_modules/
# Virtual environments
.venv/
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
report.xml
coverage.xml

# Type checking
.mypy_cache/
.pytype/
.pyre/
.pyright/

# Linting
.ruff_cache/

# uv
.uv-cache/

# GitLab CI
.gitlab-ci-local/
.gitlab-ci-local-env
.gitlab-ci-local-secrets.yml

# Environment
.env
.env.local



# macOS
.DS_Store

# Temporary files
*.log
*.tmp
.cache/

# Claude Code
.claude/smells/

# MkDocs build artifacts (docs/generated/ intentionally NOT ignored for version control)
/site/
.mkdocs_cache/
