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

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

# IDEs and editors
.vscode/
.idea/
*.swp
*.swo
*~
.project
.classpath
.settings

# Testing
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.testmondata

# Linting and type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
.ruff_cache/
flake8-report.html

# Documentation
docs/_build/
docs/_static/
docs/_templates/
*.md.stamp
*.inv

# Logs
*.log
logs/

# Environment variables
.env
.env.local
.env.*.local

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# UV
uv.lock

# Project specific
.manui/

docs/
dist/
