# System files
.DS_Store
._*
Thumbs.db
Desktop.ini
*.lnk

# Python artifacts
__pycache__/
**/__pycache__
*.py[cod]
*.so
*.exe
*.zip
*.tar.gz
*.egg-info

# Virtual environments
env/
venv/
.env/
.venv/
test/

# Python embedded
python_embedded/

# VS Code settings
.vscode/

# abogen
*config.json
build/
dist/
.old/
