# Python
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
MANIFEST
.eggs/

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

# Editable install stubs
*.pth
__editable__.*

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checkers
.mypy_cache/
.ruff_cache/
.pyright/

# Jupyter / notebook artefacts
.ipynb_checkpoints/
*.checkpoint_*.ipynb

# MCP / editor config (project-specific, not for others)
.antigravity/

# Logs
log/
*.log

# macOS
.DS_Store
.AppleDouble
.LSOverride

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