mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-05 23:02:20 +01:00
39 lines
713 B
Plaintext
39 lines
713 B
Plaintext
# ____ ____ ______ __ __ __ _____
|
|
# / __ )/ __ \/ ___/ | / /___ _/ /______/ /_ |__ /
|
|
# / __ / / / /\__ \| | /| / / __ `/ __/ ___/ __ \ /_ <
|
|
# / /_/ / /_/ /___/ /| |/ |/ / /_/ / /_/ /__/ / / / ___/ /
|
|
#/_____/\____//____/ |__/|__/\__,_/\__/\___/_/ /_/ /____/
|
|
# German BOS Information Script
|
|
# by Bastian Schroll
|
|
|
|
# virtual environment
|
|
\venv/
|
|
|
|
# generated files
|
|
stats_*
|
|
log/
|
|
docu/docs/api/html
|
|
docu/site/
|
|
|
|
# Logo Photoshop file
|
|
*.psd
|
|
|
|
# Coverage Report
|
|
\.coverage
|
|
|
|
# Python precompiled
|
|
*.pyc
|
|
|
|
# Visual Studio Code
|
|
\.vscode/
|
|
\.pytest_cache/
|
|
|
|
# PyCharm IDE
|
|
\.cache/
|
|
\.idea/
|
|
|
|
# Eclipse IDE (PyDev)
|
|
\.settings/
|
|
\.project
|
|
\.pydevproject
|