33 lines
386 B
Plaintext
33 lines
386 B
Plaintext
# Version file (auto-generated by hatch-vcs)
|
|
owlbot/_version.py
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Runtime data
|
|
data/*.db
|
|
logs/
|
|
modules/
|
|
|
|
# Local configuration (keep config.yaml.example in repo)
|
|
config.yaml
|