# 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
.env
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/

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

# OS
.DS_Store
Thumbs.db

# AIrganizer specific
.airganizer_backup/
.ai_rganize_backup/
ai_rganize_backup/
.airganizer_log.json
.ai_rganize_log.json

# uv
.uv/
.history/
.kiro/

# Testing and linting
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
*.log

# AIrganize runtime data
.ai_rganize/
.airganize/

# Local planning / e2e artifacts (do not commit)
ROADMAP.md
.e2e*
.e2e_*/
