Files
punimtag/.gitignore
T
2025-07-15 18:40:04 -08:00

11 lines
129 B
Plaintext

# Virtual environment
venv/
# Python cache files
__pycache__/
*.py[cod]
# Other common ignores
*.log
.env
.history/