SemanticCommunication/.gitignore

25 lines
204 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
# Virtual environments
.venv/
venv/
ENV/
env/
# Editors/IDEs
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log