Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- # Byte-compiled / optimized / DLL files
- __pycache__/
- *.py[cod]
-
- # C extensions
- *.so
-
- # Distribution / packaging
- .Python
- env/
- bin/
- build/
- develop-eggs/
- dist/
- eggs/
- lib64/
- parts/
- sdist/
- var/
- *.egg-info/
- .installed.cfg
- *.egg
-
- # Installer logs
- pip-log.txt
- pip-delete-this-directory.txt
-
- # Unit test / coverage reports
- htmlcov/
- .tox/
- .coverage
- .cache
- nosetests.xml
- coverage.xml
-
- # Translations
- *.mo
-
- # Pycharm
- .idea
-
- # Mr Developer
- .mr.developer.cfg
- .project
- .pydevproject
-
- # Rope
- .ropeproject
-
- # Sphinx documentation
- docs/_build/
-
- # Backup files
- *~
- *.swp
-
- # Debug maps
- *.css.map
-
- # iOS
- .DS_Store
|