GitBucket
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Fork
: 0
0xRoM
/
glitch-o-bolt
Transfer to URL with SHA
Find file
Newer
Older
tree:
e79692706e
Switch branches
×
master
glitch-o-bolt
/ .gitignore
root
5 days ago
72 bytes
Add .gitignore to exclude __pycache__ and compiled Python files
Raw
Blame
History
# Ignore Python cache and compiled files __pycache__/ *.pyc *.pyo *.pyd