mirror of
https://github.com/LukeHagar/pypistats.org.git
synced 2025-12-06 04:21:09 +00:00
32 lines
291 B
Plaintext
32 lines
291 B
Plaintext
# project
|
|
.git
|
|
.gitignore
|
|
.dockerignore
|
|
Dockerfile
|
|
README.rst
|
|
docs/
|
|
migrations/
|
|
tests/
|
|
|
|
# mac osx
|
|
.DS_Store
|
|
|
|
# python bytecode
|
|
*.py[cod]
|
|
__pycache__
|
|
|
|
# ignore
|
|
ignore/
|
|
|
|
# celery
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
|
|
# redis
|
|
dump.rdb
|
|
|
|
# Elastic Beanstalk Files
|
|
.elasticbeanstalk
|
|
.git
|
|
.gitignore
|