File: .gitignore

package info (click to toggle)
python-twitchapi 4.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: python: 6,877; javascript: 13; makefile: 11
file content (15 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/venv/
/venv3.9/
/.idea/
__pycache__/
test_data.py
example.py
MANIFEST
/dist/
/twitchAPI.egg-info/
/docs/_build/
/chat_example.py
requirements_dev.txt
/tests/
pytest.ini
Makefile