33 lines
330 B
Plaintext
33 lines
330 B
Plaintext
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
|
|
# PyInstaller (Windows .exe output)
|
|
*.spec
|
|
|
|
# MyKad dumps and local secrets
|
|
photo.jpg
|
|
*.jpeg
|
|
.env
|
|
.env.*
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|