Files
UmaCardApplication/.gitignore
2025-12-28 17:05:14 +00:00

29 lines
244 B
Plaintext

# Ignore Windows executables
*.exe
# Ignore Python bytecode
__pycache__
*.pyc
*.pyo
# Ignore virtual environment
venv
.env
# Ignore temporary files
*.tmp
*.log
*.swp
*.swo
# Ignore build files
build/
dist/
.build
.toc
.zip
.pkg
.txt
.html