diff --git a/.gitignore b/.gitignore index 6068d51..f5ff39d 100755 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,8 @@ tests/ .env # Claude Code local settings -.claude/settings.local.json \ No newline at end of file +.claude/settings.local.json + +# Python bytecode +__pycache__/ +*.pyc \ No newline at end of file