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

# Virtual environments
.venv/

# Visual Studio Code
.vscode/

# PyCharm
.idea/

# env
.env
*.env

# Transcripts
Transcripts/

# logs
logs/
.logfire/
*.log

# ruff
*.ruff_cache/

# test
*.pytest_cache/
