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

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

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

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

# Type checking
.mypy_cache/

# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Vite
.vite/

# Build outputs (keep dist/flowmason wheel for reference)
# dist/

# Large distribution files (exceed GitHub's 100MB limit)
dist/*-extra-assets-*.tar.gz

# Local databases
*.db
*.sqlite
*.sqlite3

# FlowMason local state
.flowmason/

# OS files
.DS_Store
Thumbs.db

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
debugsystem.txt

# Environment files with secrets
.env.local
.env.*.local
*.env

# Demo/test artifacts (optional - remove if you want to track demos)
# demos/
