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

# Virtual environment
.venv/
venv/
env/

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

# TypeScript
*.tsbuildinfo
dist/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# OpenTF runtime data
.opentf/

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Scratch / experiments
*.js
!src/**/*.js
hello.ts
tic-tac-toe.ts
src/game.ts
src/tic-tac-toe.ts
=0.27
.nvmrc
plans/