34 lines
370 B
Plaintext
34 lines
370 B
Plaintext
# Compiled Python scripts
|
|
*.pyc
|
|
*.pyo
|
|
__pycache__
|
|
# Compiled Java classes
|
|
*.class
|
|
# Compiled C files
|
|
*.a
|
|
*.o
|
|
# SQLite databases
|
|
*.db
|
|
*.sqlite
|
|
# Temporary or runtime files
|
|
*.old
|
|
*.bak
|
|
*.swp
|
|
*.swo
|
|
*.swn
|
|
*.local
|
|
*.log
|
|
*.pid
|
|
*.cache
|
|
*.orig
|
|
*~
|
|
.sass-cache
|
|
# Python Sphinx and setuptools files
|
|
/doc/_build
|
|
/build
|
|
/dist
|
|
*.egg-info
|
|
# Mac OS X specific
|
|
.DS_Store
|
|
/vim/.netrwhist
|