# Python bytecode and native extensions
__pycache__/
*.py[cod]
*$py.class
*.so

# Packaging and build output
.Python
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments and local environment variables
.venv/
venv/
env/
ENV/
.env
.env.*
!.env.example

# uv local cache
.uv-cache/

# Test, coverage, benchmark, and documentation output
.coverage
.coverage.*
coverage.xml
htmlcov/
.pytest_cache/
.hypothesis/
.tox/
.nox/
.benchmarks/
benchmark-results/

# Documentation (Mintlify / Node) build output
docs/node_modules/
.mintlify/
.mint/

# Linters, type checkers, and language servers
.ruff_cache/
.mypy_cache/
.pyre/
.pytype/
.pyright/
dmypy.json
dmypy.json.*

# Jupyter
.ipynb_checkpoints/

# IDE and editor state
.idea/
.vscode/
*.code-workspace
*.swp
*.swo
*~

# Operating system metadata
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
Thumbs.db
Desktop.ini

# Logs and temporary files
*.log
*.tmp
*.temp
.cache/
tmp/
temp/
