akibabot/.gitignore

9 lines
103 B
Plaintext

# Ignore testing artifacts.
*.toml
*.json
!pyproject.toml
# Python
**/__pycache__/
**/*.egg-info
venv/