Ajustes no dockerfile
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Ignore Python files
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
__pycache__/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
dist/
|
||||
build/
|
||||
doc/
|
||||
|
||||
# Ignore virtual envs
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Ignore editor files
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Ignore project files
|
||||
*.tmproj
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
|
||||
# Ignore git itself
|
||||
.git
|
||||
|
||||
# Ignore mypy and pylint cache
|
||||
.mypy_cache/
|
||||
.pylint.d/
|
||||
Reference in New Issue
Block a user