akibabot/.gitignore

9 lines
103 B
Plaintext
Raw Normal View History

2023-12-16 23:01:15 +00:00
# Ignore testing artifacts.
*.toml
*.json
!pyproject.toml
# Python
**/__pycache__/
**/*.egg-info
venv/