Files
py34/.gitignore
2025-08-01 04:59:31 +02:00

11 lines
98 B
Plaintext

# Python virtual environment
/env/
/venv/
# Python cache
__pycache__/
*.pyc
# Test script
/test