Files
wakapi-readme-stats/.gitignore
2023-03-11 20:15:28 +01:00

19 lines
204 B
Plaintext

# Environment files:
*.env
# Generated graph images:
assets/
# Cloned repo path:
repo/
# Library roots:
venv/
# Python caches:
__pycache__/
# IDE configuration files:
.vscode
.idea