mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-06 04:21:09 +00:00
27 lines
287 B
Plaintext
27 lines
287 B
Plaintext
# credentials
|
|
*.env
|
|
|
|
# mac osx
|
|
.DS_Store
|
|
|
|
# python bytecode
|
|
*.py[cod]
|
|
__pycache__
|
|
|
|
# ignore
|
|
ignore/
|
|
|
|
# celery
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
|
|
# redis
|
|
dump.rdb
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
!.elasticbeanstalk/*.global.yml
|
|
|
|
# intellij
|
|
.idea/ |