mirror of
https://github.com/realpython/python-guide.git
synced 2026-03-31 09:48:13 +00:00
15 lines
229 B
Plaintext
15 lines
229 B
Plaintext
docs/_build
|
|
.idea
|
|
|
|
# Ignore irrelevant files from the Sublime Text editor
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Ignore .hgignore for contributors using Mercurial.
|
|
.hgignore
|
|
|
|
# Ignore files generated during build
|
|
build/
|
|
|
|
venv/
|