Files
dhere/.gitignore
2025-05-19 04:04:40 +02:00

11 lines
103 B
Plaintext

# Python cache
__pycache__/
# Python virtual environment
venv/
env/
# PyInstaller
*.spec
build/
dist/