You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
404 B
41 lines
404 B
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
build/
|
|
dist/
|
|
*.log
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# dotenv
|
|
.env
|
|
|
|
# virtualenv
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# VSCode settings
|
|
.vscode
|
|
|
|
# IDEA files
|
|
.idea
|
|
|
|
# OSX dir files
|
|
.DS_Store
|
|
|
|
# Sublime Text settings
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# History
|
|
.history
|
|
|
|
# test files
|
|
homework_01_python/**/test/ |