Files
projects/.gitignore
2026-01-01 14:53:39 +01:00

15 lines
144 B
Plaintext

# PyCharm / IntelliJ
.idea/
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.log
# Virtualenv
.venv/
# created by virtualenv automatically
.venv/Lib