Files
temporal-ai-agent/.gitignore
Steve Androulakis eb06cf5c8d Enhance Dev Experience and Code Quality (#41)
* Format codebase to satisfy linters

* fixing pylance and ruff-checked files

* contributing md, and type and formatting fixes

* setup file capitalization

* test fix
2025-06-01 08:54:59 -07:00

38 lines
377 B
Plaintext

# OS-specific files
.DS_Store
# Python cache & compiled files
__pycache__/
*.py[cod]
*.pyd
*.pyo
*.so
*.egg-info/
*.egg
# Virtual environment directory
venv/
.venv/
# Build artifacts
build/
dist/
# Test / coverage files
.coverage
.coverage.*
*.cover
coverage.xml
.pytest_cache/
# VSCode settings
.vscode/
# PyCharm / IntelliJ settings
.idea/
.env
.env*
# Cursor
.cursor