# Python
__pycache__/
*.py[cod]
*.pyo
.Python
.venv/
venv/
env/
dist/
build/
*.egg-info/
.eggs/

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

# RepoForge runtime outputs (not part of source)
.atl/
.opencode/

# IDE
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
