# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version.bak

# UV
uv.lock
.uv/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.log

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Ruff
.ruff_cache/

# Documentation
docs/_build/
site/

# Distribution
*.whl

# PyInstaller build artifacts
*.spec.bak
build/
dist/
*.tar.gz
*.zip
*.AppImage
*.dmg
*.pkg
*.sha256

# Temporary files
*.tmp
.tmp/
temp/
.mmd_history

# Project-specific directories
output/
.archive/
