# txcode runtime
.txcode/

# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environment
.venv/
venv/

# Tests
.pytest_cache/

# Environment
.env

# IDE
.idea/
.vscode/

# OS
Thumbs.db
.DS_Store
