Files
BOTKlining/.gitignore
2025-06-08 21:02:19 +09:00

134 lines
1.6 KiB
Plaintext

# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Environments
.env
.venv
# Python virtual environments
.env/
.venv/
env/
venv/
ENV/
env.bak/
venv.bak/
# Python bytecode artifacts
__pycache__/
*.py[cod]
*$py.class
venv/
ENV/
env.bak/
venv.bak/
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
*~
# OS specific files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs and databases
*.log
*.sql
*.sqlite
# Project specific
config.py
secrets.json
*.private
/media/
/static/
/uploads/
# Dependencies
node_modules/
bower_components/
# Backup files
*.bak
*.backup
*.old
**/backup/
# Cache files
*.cache
.eslintcache
.stylelintcache