mirror of
https://github.com/ytisf/theZoo.git
synced 2025-12-05 20:19:57 -08:00
40 lines
326 B
Plaintext
40 lines
326 B
Plaintext
bin/
|
|
tmp/
|
|
*.idea/
|
|
*.pydevproject
|
|
*.pyd
|
|
*.pyc
|
|
.DS_Store
|
|
__pycache__
|
|
sql/
|
|
*.Cache
|
|
Thumbs.db
|
|
$RECYCLE.BIN/
|
|
Desktop.ini
|
|
conf/eula_run.conf
|
|
.git/
|
|
|
|
# Egg
|
|
logo/
|
|
venv/*
|
|
|
|
|
|
*.py[co]
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist/
|
|
build/
|
|
eggs/
|
|
parts/
|
|
var/
|
|
sdist/
|
|
develop-eggs/
|
|
.installed.cfg
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
imports/*.pyd
|
|
imports/*.pyc
|