# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# uv package manager
uv.lock

# Python version files
.python-version

# Environment variables
.env
.env.local

# IDE/Editor files
.idea/
.claude/
*.swp
*.swo
*~

# macOS
.DS_Store

# Debug logs
debug.log

# Test coverage
.coverage
htmlcov/
coverage.xml

# Build artifacts
dist/
build/

z_*.md
z_*.txt
z_*.py
*.html

# TypeScript
*.tsbuildinfo

# npm
package-lock.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# ESLint
.eslintcache
