toxygen/.gitignore

36 lines
317 B
Plaintext
Raw Normal View History

2023-12-17 00:00:38 +00:00
.pylint.err
.pylint.out
2016-02-16 11:50:06 +03:00
*.pyc
*.pyo
2023-12-18 06:25:24 +00:00
2016-07-06 16:25:04 +03:00
toxygen/toxcore
2016-02-18 15:20:39 +03:00
tests/tests
2016-02-18 22:55:24 +03:00
tests/libs
2016-02-18 15:20:39 +03:00
tests/.cache
tests/__pycache__
2017-06-29 22:14:52 +03:00
tests/avatars
2016-07-06 16:25:04 +03:00
toxygen/libs
2016-02-16 21:11:56 +03:00
.idea
*~
2023-12-17 00:00:38 +00:00
#*
2016-02-16 22:31:44 +03:00
*.iml
2023-12-18 06:25:24 +00:00
*.junk
2016-02-16 22:29:18 +03:00
*.so
2016-02-20 00:10:24 +03:00
*.log
2016-07-06 16:25:04 +03:00
toxygen/build
toxygen/dist
2016-03-30 21:05:21 +03:00
*.spec
2016-08-18 19:08:12 +03:00
dist
2016-07-06 16:25:04 +03:00
toxygen/avatars
toxygen/__pycache__
2016-07-05 21:43:51 +03:00
/*.egg-info
/*.egg
2016-08-18 19:08:12 +03:00
html
Toxygen.egg-info
2016-11-01 00:04:48 +03:00
*.tox
2017-06-29 22:14:52 +03:00
.cache
2022-09-27 13:32:53 +00:00
*.db
2023-12-10 02:39:58 +00:00
*~
Makefile