# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Environment files (keep only .env.example files)
.env.local
.env.development
.env.development.local
.env.test.local
.env.production
.env.production.local
**/.env
**/.env.local
**/.env.development.local
**/.env.test.local
**/.env.production.local
# Allow example files
!.env.example
!.env.*.example
!**/.env.example
!**/.env.*.example

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

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Node.js (frontend)
web_ui/node_modules/
web_ui/dist/
web_ui/.env.local
web_ui/.env.development.local
web_ui/.env.test.local
web_ui/.env.production.local
web_ui/npm-debug.log*
web_ui/yarn-debug.log*
web_ui/yarn-error.log*

llm_canvas/static/

# Build artifacts
*.whl
*.tar.gz

# uv
.python-version

# Temporary files
*.tmp
*.temp

.ruff_cache
.mypy_cache