# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
MANIFEST

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

# uv
.uv/

# Distribution / packaging
*.whl
*.tar.gz
*.zip

# pytest
.pytest_cache/
.coverage
htmlcov/
.tox/

# mypy / type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Local planning / notes (keep locally, not in repo)
*.md
!README.md
!DEVELOPMENT.md
!CHANGELOG.md
!CONTRIBUTING.md
!SECURITY.md
!.github/pull_request_template.md

# Logs
*.log
