Skip to content

Commit 6d913ee

Browse files
authored
Merge pull request #11 from kbakk/gitignore
exclude common unwanted python project files
2 parents b7ba336 + 593e3ab commit 6d913ee

File tree

1 file changed

+4
-42
lines changed

1 file changed

+4
-42
lines changed

.gitignore

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,5 @@
1-
# Created by .ignore support plugin (hsz.mobi)
2-
### Python template
3-
# Byte-compiled / optimized / DLL files
4-
# C extensions
5-
# Distribution / packaging
6-
# PyInstaller
7-
# Usually these files are written by a python script from a template
8-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
9-
# Installer logs
10-
# Unit test / coverage reports
11-
# Translations
12-
# Django stuff:
13-
# Flask stuff:
14-
# Scrapy stuff:
15-
# Sphinx documentation
16-
# PyBuilder
17-
# Jupyter Notebook
18-
# pyenv
19-
# celery beat schedule file
20-
# SageMath parsed files
21-
# Environments
22-
# Spyder project settings
23-
# Rope project settings
24-
# mkdocs documentation
25-
# mypy
26-
### JetBrains template
27-
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
28-
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
29-
30-
# User-specific stuff:
31-
# Sensitive or high-churn files:
32-
# Gradle:
33-
# CMake
34-
# Mongo Explorer plugin:
35-
## File-based project format:
36-
## Plugin-specific files:
37-
38-
# IntelliJ
39-
# mpeltonen/sbt-idea plugin
40-
# JIRA plugin
41-
# Cursive Clojure plugin
42-
# Crashlytics plugin (for Android Studio and IntelliJ)
1+
*.py[cod]
2+
*.egg-info/
3+
build/
4+
dist/
435
.idea/

0 commit comments

Comments
 (0)