# Python artifacts __pycache__/ *.py[cod] *$py.class *.so .Python .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDE artifacts .vscode/ .idea/ *.swp *.swo *~ # OS artifacts .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Development artifacts *.log *.tmp temp/ tmp/ .cache/ # Documentation artifacts (generated) workflow-documentation.html # Test files test_*.json *_test.json # Backup files *.bak *.backup