blob: 7ee9e6d875ecc734b0cf86b3e542ef8a84f91635 [file] [log] [blame]
Michael Feltc5ae1692017-12-19 13:58:49 +01001# added for local development
2.buildaix/
3Modules/python.exp
4buildaix/
5installp/
6.gitignore
7
Christian Heimes3d2198c2015-04-22 23:54:44 +02008# Two-trick pony for OSX and other case insensitive file systems:
9# Ignore ./python binary on Unix but still look into ./Python/ directory.
10/python
Steve Dower63cf72d2016-09-05 10:12:03 -070011!/Python/
Victor Stinner7bbc8552010-12-17 22:24:30 +000012*.cover
gfyoungc0fa4ba2017-05-24 11:57:37 -040013*.iml
Victor Stinner7bbc8552010-12-17 22:24:30 +000014*.o
15*.orig
16*.pyc
17*.pyd
18*.pyo
19*.rej
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030020*.swp
Victor Stinner7bbc8552010-12-17 22:24:30 +000021*~
Brett Cannon7188a3e2015-09-18 15:13:44 -070022*.gc??
23*.profclang?
24*.profraw
Zachary Ware5af85642015-12-21 12:09:17 -060025*.dyn
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030026.gdb_history
Victor Stinnerd960fae2010-10-25 17:37:18 +000027Doc/build/
Brett Cannond5ea39d2014-12-05 15:17:31 -050028Doc/venv/
Ned Deily590665c2017-09-07 17:17:53 -070029Doc/.venv/
30Doc/env/
31Doc/.env/
Łukasz Langa50da40f2017-03-10 05:29:43 -080032Include/pydtrace_probes.h
Steve Dower65e4cb12014-11-22 12:54:57 -080033Lib/distutils/command/*.pdb
Victor Stinner7bbc8552010-12-17 22:24:30 +000034Lib/lib2to3/*.pickle
Andrew Kuchling5e03e492013-06-21 07:44:50 -040035Lib/test/data/*
Victor Stinnerd960fae2010-10-25 17:37:18 +000036Makefile
37Makefile.pre
38Misc/python.pc
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010039Misc/python-config.sh
Victor Stinnerd960fae2010-10-25 17:37:18 +000040Modules/Setup
41Modules/Setup.config
42Modules/Setup.local
43Modules/config.c
Victor Stinner7bbc8552010-12-17 22:24:30 +000044Modules/ld_so_aix
Nick Coghlan973fe0b2014-07-25 21:52:14 +100045Programs/_freeze_importlib
Zachary Ware43a89812016-10-01 17:00:51 -050046Programs/_freeze_importlib.exe
Nick Coghlan973fe0b2014-07-25 21:52:14 +100047Programs/_testembed
Zachary Ware43a89812016-10-01 17:00:51 -050048Programs/_testembed.exe
Zachary Ware30270c82014-10-10 23:42:59 -050049PC/python_nt*.h
50PC/pythonnt_rc*.h
Steve Dower65e4cb12014-11-22 12:54:57 -080051PC/*/*.exe
52PC/*/*.exp
53PC/*/*.lib
54PC/*/*.bsc
55PC/*/*.dll
56PC/*/*.pdb
57PC/*/*.user
58PC/*/*.ncb
59PC/*/*.suo
60PC/*/Win32-temp-*
61PC/*/x64-temp-*
62PC/*/amd64
Zachary Ware30270c82014-10-10 23:42:59 -050063PCbuild/*.user
64PCbuild/*.suo
65PCbuild/*.*sdf
Zachary Ware30270c82014-10-10 23:42:59 -050066PCbuild/*-pgi
67PCbuild/*-pgo
Segev Finer8e675282017-04-21 02:32:26 +030068PCbuild/*.VC.db
69PCbuild/*.VC.opendb
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050070PCbuild/.vs/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030071PCbuild/amd64/
Paul Monson8a1657b2019-02-14 08:31:30 -080072PCbuild/arm32/
Zachary Ware2eb1a8b2015-05-16 22:45:27 -050073PCbuild/obj/
Segev Finerbe5ebe52017-07-06 23:43:37 +030074PCbuild/win32/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030075.purify
Victor Stinnerd960fae2010-10-25 17:37:18 +000076Parser/pgen
Zachary Warec55f5732016-10-01 17:18:03 -050077Parser/pgen.exe
Victor Stinner7bbc8552010-12-17 22:24:30 +000078__pycache__
79autom4te.cache
Victor Stinnerd960fae2010-10-25 17:37:18 +000080build/
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030081buildno
82config.cache
83config.log
84config.status
85config.status.lineno
86core
87db_home
Steve Dower63cf72d2016-09-05 10:12:03 -070088.hg/
Steve Dower323d5382017-05-24 09:24:49 -070089.idea/
Steve Dower63cf72d2016-09-05 10:12:03 -070090ipch/
Victor Stinner7bbc8552010-12-17 22:24:30 +000091libpython*.a
Éric Araujo5c8545b2011-07-28 22:38:44 +020092libpython*.so*
Zachary Ware3cdaaaf2016-09-06 16:46:22 -070093libpython*.dylib
Zachary Ware43a89812016-10-01 17:00:51 -050094libpython*.dll
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +030095platform
Victor Stinnerd960fae2010-10-25 17:37:18 +000096pybuilddir.txt
97pyconfig.h
Petri Lehtinen4eb9f502013-02-23 15:35:42 +010098python-config
99python-config.py
Zachary Ware30270c82014-10-10 23:42:59 -0500100python.bat
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +0300101python.exe
Victor Stinnerd960fae2010-10-25 17:37:18 +0000102python-gdb.py
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +0300103python.exe-gdb.py
104reflog.txt
105.svn/
Victor Stinnerd960fae2010-10-25 17:37:18 +0000106tags
Petri Lehtinen0f00dfa2012-05-22 20:48:16 +0300107TAGS
Ezio Melottif00bfa22011-06-25 12:36:38 +0300108.coverage
109coverage/
Zachary Ware4b2b1de2014-11-01 22:39:21 -0500110externals/
Ezio Melottif00bfa22011-06-25 12:36:38 +0300111htmlcov/
Steve Dowerbb240872015-02-05 22:08:48 -0800112Tools/msi/obj
Steve Dower65e4cb12014-11-22 12:54:57 -0800113Tools/ssl/amd64
114Tools/ssl/win32
Steve Dower63cf72d2016-09-05 10:12:03 -0700115.vs/
116.vscode/
Neeraj Badlani95ad3822018-03-26 03:11:47 -0700117gmon.out
Ekin Dursun5a49ca62018-04-30 22:10:45 +0300118.mypy_cache/