Files
py34/.gitignore
2025-07-26 22:52:02 +02:00

15 lines
153 B
Plaintext

# Python virtual environment
/env/
/venv/
# Python cache
__pycache__/
*.pyc
# Jupyter stuff
.ipynb_checkpoints/
# Output files
/last_pid.txt
/data.db