diff --git a/.gitignore b/.gitignore index 5dd3ba7..ed52ad5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,55 +1,98 @@ -# Python -*.py[cod] -__pycache__/ -*.so -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# Django -*.log -*.pot -*.pyc -local_settings.py -db.sqlite3 -db.sqlite3-journal -media/ -static/ - -# IDE -.idea/ -.vscode/ -*.swp -*.swo -*~ - -# 虚拟环境 -venv/ -ENV/ -.env - -# 系统文件 -.DS_Store -Thumbs.db - -# 其他 -*.bak -*.tmp -*.temp -.coverage -htmlcov/ -.pytest_cache/ -.mypy_cache/ \ No newline at end of file +# Python +__pycache__/ +*.py[cod] +*$py.class + +# C extensions +*.so + +# Distribution / packaging +.Python +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +wheels/ +share/python-wheels/ +*.egg-info/ +.installed.cfg +*.egg +MANIFEST + +# PyInstaller +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.nox/ +.coverage +.coverage.* +.cache +nosetests.xml +coverage.xml +*.cover +*.py,cover +.hypothesis/ +.pytest_cache/ +cover/ + +# Translations +*.mo +*.pot + +# Django stuff: +*.log +local_settings.py +db.sqlite3 +db.sqlite3-journal +media/ +static/ + +# IDE +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# 虚拟环境 +.env +.venv +env/ +venv/ +ENV/ +env.bak/ +venv.bak/ + +# 系统文件 +.DS_Store +Thumbs.db + +# Jupyter Notebook +.ipynb_checkpoints + +# IPython +profile_default/ +ipython_config.py + +# Celery stuff +celerybeat-schedule +celerybeat.pid + +# mypy +.mypy_cache/ +.dmypy.json +dmypy.json diff --git a/README.md b/README.md new file mode 100644 index 0000000..ca94f92 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# daren +