# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
.env
.venv
venv/
ENV/

# VSCode Extension
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
*.tsbuildinfo
.eslintcache
.next
out/
build/
dist/

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
.project
.classpath
.settings/
*.sublime-workspace

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

# Linting
.ruff_cache/

# Miscellaneous
etc/

# AI generated files
digest.txt
.runs/
CLAUDE.md

*.pyc

# Repomix
.repomixignore
repomix-output.*