mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 05:58:08 +01:00
36 lines
360 B
Plaintext
36 lines
360 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*
|