Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zahra Rajabi
tweepy
5b76b3652e84db51630a50e47fa288d9d13e94c9
5b76b3652e84db51630a50e47fa288d9d13e94c9
Switch branch/tag
tweepy
.gitignore
Find file
Normal view
History
Permalink
.gitignore
67 Bytes
Edit
Web IDE
Newer
Older
Initial commit! Added api interface. Added license and readme. Added models.
Josh Roesslein
committed
Jul 05, 2009
1
2
*.pyc
*.swp
Update ignore file.
Josh Roesslein
committed
Nov 05, 2009
3
4
5
build/
dist/
tweepy.egg-info/
Ignore virtualenv folder.
Joshua Roesslein
committed
Aug 17, 2013
6
.env/
Fix coverage reports to only include tweepy code.
Joshua Roesslein
committed
Aug 17, 2013
7
8
.coverage
htmlcov/