# Python cache files
__pycache__/
*.pyc

# Virtual environment
env/
.venv/
venv/**
venv/

# Package artifacts
dist/
build/
*.egg-info/
.codegpt
.vscode
