# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

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

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

# Local temp workspaces
temp_task*/

# OS
.DS_Store
Thumbs.db

# Distribution
*.whl
*.tar.gz

tracely360-out/cache
tracely360-out/.tracely360_uncached.txt
tracely360-out/.tracely360_python

# Internal planning docs (kept locally, not in repo)
project-details.md
