72 lines
724 B
Text
72 lines
724 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
.venv*/
|
|
venv*/
|
|
ENV/
|
|
env/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test artifacts
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Generated output
|
|
output_examples/
|
|
images/
|
|
|
|
# Agent pollution (session artifacts)
|
|
*_SUMMARY.md
|
|
*_COMPLETION.md
|
|
*_REPORT.md
|
|
*_PLAN.md
|
|
*_README.md
|
|
IMPLEMENTATION_*.md
|
|
PHASE*_COMPLETION.md
|
|
SESSION_SUMMARY.md
|
|
|
|
# Erroneous root files (created by broken imports)
|
|
/asyncio
|
|
/base64
|
|
/httpx
|
|
|
|
# Auto-added by auto-commit-service
|
|
.venv/
|