# 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
.venv/
venv/
env/
ENV/
.env

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
*.py,cover
nosetests.xml

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

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

# macOS
.DS_Store
.AppleDouble
.LSOverride
Icon
._*

# Project output
.codebeacon/
*.beacon.json
beacon.html

# Claude Code session data
.claude/

# Internal planning docs
merry-coalescing-beacon.md

# Runtime temp files
.codebeacon_python
.graphify_python
.graphify_detect.json

# Misc
*.log
*.tmp
