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

# Build & Distribution
dist/
build/
*.tar.gz
*.whl

# Virtual Environments
.venv/
venv/
env/
ENV/

# IDE & Editor
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type Checking
.mypy_cache/
.pytype/

# ReleaseWave Generated Output
CHANGELOG-developer.md
RELEASE-NOTES.md
TWEET.txt
releasewave-output.json

# ReleaseWave Cache
.rwave/

# Scratch / Dev Artifacts
testrepo/
prd.md
