mirror of
https://github.com/RPCS3/rpcs3-www.git
synced 2024-11-26 19:50:27 +00:00
e470051895
* reinitdb-compat: It allows to reset the compatibility list using a CSV file. * Improved view for /compat/
43 lines
447 B
Plaintext
43 lines
447 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
bin/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Django stuff:
|
|
*.log
|
|
*.pot
|
|
|
|
# SQLite3
|
|
sqlite3.exe
|
|
|
|
# Python Tools for Visual Studio
|
|
*.suo
|
|
|
|
# Irrelevant files
|
|
settings_secret.py
|
|
db.sqlite3
|
|
compatibility.csv
|