blob: 30a76d8acc3c62d5827b7c68d71a72b792398cb1 [file] [log] [blame]
# Reminder:
# - A leading slash means the pattern is anchored at the root.
# - No leading slash means the pattern matches at any depth.
*.pyc
__pycache__/
.tox/
*.egg-info/
/build/
/dist/
/.pydevproject
# Sphinx documentation
/docs/_build/
/.pydevproject
# vim python-mode plugin
/.ropeproject
# IntelliJ IDEA / PyCharm project files
/.idea
/*.iml