owl/.gitignore
2025-03-25 00:15:12 -05:00

68 lines
633 B
Plaintext

# Python
__pycache__/
**/__pycache__/
*/__pycache__/*
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
.dist
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
env/
ENV/
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Project specific
owl/data
owl/tmp
owl/.env
owl/utils/__pycache__/
owl/results
# Logs
*.log
logs/
log/
# Local files
**/local_*
**/local-*
**/*_local*
**/*-local*
# Coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
coverage.xml
*.cover
owl/camel/types/__pycache__/
owl/camel/__pycache__/
owl/camel/utils/__pycache_/