856 |
1630 |
1631 |
857 |
858 |
859 |
860 |
861 |
862 |
863 | Permalink
864 |
865 |
866 |
867 |
868 |
1628 |
1629 |
869 |
870 |
871 |
915 |
916 |
917 |
918 |
919 |
888 |
892 | Find file
893 |
894 |
895 | Copy path
896 |
897 |
898 |
899 |
886 |
887 | 900 | gitignore/Python.gitignore 901 |
902 | 903 |
904 |
908 | Find file
909 |
910 |
911 | Copy path
912 |
913 |
914 |
920 |
1027 |
1028 |
1029 |
1030 |
1031 |
1032 |
921 |
922 |
923 | captainpete
924 |
925 | Add db.sqlite3-journal to Python.gitignore (#3063)
940 |
941 |
942 |
943 | c1faae4
944 | May 25, 2019
945 |
946 |
947 |
948 |
949 |
969 |
970 |
971 |
972 |
973 |
974 |
975 |
976 |
977 |
978 |
979 |
980 |
981 |
982 |
983 |
984 |
985 |
986 |
987 |
988 |
989 |
990 |
991 |
992 |
993 |
994 |
995 |
996 |
997 |
998 |
999 |
1000 |
1001 |
1002 |
1003 |
1004 |
1005 |
1006 |
1007 |
1008 |
1009 |
1010 |
1011 |
1012 |
1013 |
1014 |
1015 |
1016 |
1017 |
1018 |
1019 |
1020 |
1021 |
1022 |
1023 |
1024 |
1025 |
1026 |
968 |
1033 |
1034 |
1613 |
1614 |
1615 |
1616 |
1624 |
1625 |
1626 |
1627 |
1035 |
1036 |
1067 |
1068 |
1069 |
1070 |
1071 |
1072 |
1073 |
1037 | 125 lines (101 sloc)
1038 |
1039 | 1.67 KB
1040 |
1041 |
1042 |
1066 |
1074 |
1075 |
1076 |
1596 |
1597 |
1609 |
1610 |
1611 |
1612 | 1078 | | # Byte-compiled / optimized / DLL files | 1079 |
1082 | | __pycache__/ | 1083 |
1086 | | *.py[cod] | 1087 |
1090 | | *$py.class | 1091 |
1094 | | 1095 | | 1096 |
1099 | | # C extensions | 1100 |
1103 | | *.so | 1104 |
1107 | | 1108 | | 1109 |
1112 | | # Distribution / packaging | 1113 |
1116 | | .Python | 1117 |
1120 | | build/ | 1121 |
1124 | | develop-eggs/ | 1125 |
1128 | | dist/ | 1129 |
1132 | | downloads/ | 1133 |
1136 | | eggs/ | 1137 |
1140 | | .eggs/ | 1141 |
1144 | | lib/ | 1145 |
1148 | | lib64/ | 1149 |
1152 | | parts/ | 1153 |
1156 | | sdist/ | 1157 |
1160 | | var/ | 1161 |
1164 | | wheels/ | 1165 |
1168 | | pip-wheel-metadata/ | 1169 |
1172 | | share/python-wheels/ | 1173 |
1176 | | *.egg-info/ | 1177 |
1180 | | .installed.cfg | 1181 |
1184 | | *.egg | 1185 |
1188 | | MANIFEST | 1189 |
1192 | | 1193 | | 1194 |
1197 | | # PyInstaller | 1198 |
1201 | | # Usually these files are written by a python script from a template | 1202 |
1205 | | # before PyInstaller builds the exe, so as to inject date/other infos into it. | 1206 |
1209 | | *.manifest | 1210 |
1213 | | *.spec | 1214 |
1217 | | 1218 | | 1219 |
1222 | | # Installer logs | 1223 |
1226 | | pip-log.txt | 1227 |
1230 | | pip-delete-this-directory.txt | 1231 |
1234 | | 1235 | | 1236 |
1239 | | # Unit test / coverage reports | 1240 |
1243 | | htmlcov/ | 1244 |
1247 | | .tox/ | 1248 |
1251 | | .nox/ | 1252 |
1255 | | .coverage | 1256 |
1259 | | .coverage.* | 1260 |
1263 | | .cache | 1264 |
1267 | | nosetests.xml | 1268 |
1271 | | coverage.xml | 1272 |
1275 | | *.cover | 1276 |
1279 | | .hypothesis/ | 1280 |
1283 | | .pytest_cache/ | 1284 |
1287 | | 1288 | | 1289 |
1292 | | # Translations | 1293 |
1296 | | *.mo | 1297 |
1300 | | *.pot | 1301 |
1304 | | 1305 | | 1306 |
1309 | | # Django stuff: | 1310 |
1313 | | *.log | 1314 |
1317 | | local_settings.py | 1318 |
1321 | | db.sqlite3 | 1322 |
1325 | | db.sqlite3-journal | 1326 |
1329 | | 1330 | | 1331 |
1334 | | # Flask stuff: | 1335 |
1338 | | instance/ | 1339 |
1342 | | .webassets-cache | 1343 |
1346 | | 1347 | | 1348 |
1351 | | # Scrapy stuff: | 1352 |
1355 | | .scrapy | 1356 |
1359 | | 1360 | | 1361 |
1364 | | # Sphinx documentation | 1365 |
1368 | | docs/_build/ | 1369 |
1372 | | 1373 | | 1374 |
1377 | | # PyBuilder | 1378 |
1381 | | target/ | 1382 |
1385 | | 1386 | | 1387 |
1390 | | # Jupyter Notebook | 1391 |
1394 | | .ipynb_checkpoints | 1395 |
1398 | | 1399 | | 1400 |
1403 | | # IPython | 1404 |
1407 | | profile_default/ | 1408 |
1411 | | ipython_config.py | 1412 |
1415 | | 1416 | | 1417 |
1420 | | # pyenv | 1421 |
1424 | | .python-version | 1425 |
1428 | | 1429 | | 1430 |
1433 | | # pipenv | 1434 |
1437 | | # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. | 1438 |
1441 | | # However, in case of collaboration, if having platform-specific dependencies or dependencies | 1442 |
1445 | | # having no cross-platform support, pipenv may install dependencies that don't work, or not | 1446 |
1449 | | # install all needed dependencies. | 1450 |
1453 | | #Pipfile.lock | 1454 |
1457 | | 1458 | | 1459 |
1462 | | # celery beat schedule file | 1463 |
1466 | | celerybeat-schedule | 1467 |
1470 | | 1471 | | 1472 |
1475 | | # SageMath parsed files | 1476 |
1479 | | *.sage.py | 1480 |
1483 | | 1484 | | 1485 |
1488 | | # Environments | 1489 |
1492 | | .env | 1493 |
1496 | | .venv | 1497 |
1500 | | env/ | 1501 |
1504 | | venv/ | 1505 |
1508 | | ENV/ | 1509 |
1512 | | env.bak/ | 1513 |
1516 | | venv.bak/ | 1517 |
1520 | | 1521 | | 1522 |
1525 | | # Spyder project settings | 1526 |
1529 | | .spyderproject | 1530 |
1533 | | .spyproject | 1534 |
1537 | | 1538 | | 1539 |
1542 | | # Rope project settings | 1543 |
1546 | | .ropeproject | 1547 |
1550 | | 1551 | | 1552 |
1555 | | # mkdocs documentation | 1556 |
1559 | | /site | 1560 |
1563 | | 1564 | | 1565 |
1568 | | # mypy | 1569 |
1572 | | .mypy_cache/ | 1573 |
1576 | | .dmypy.json | 1577 |
1580 | | dmypy.json | 1581 |
1584 | | 1585 | | 1586 |
1589 | | # Pyre type checker | 1590 |
1593 | | .pyre/ | 1594 |