mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Add all environment related things, copy from https://github.com/github/gitignore/blob/main/Python.gitignore
26 lines
232 B
Text
26 lines
232 B
Text
*.egg-info
|
|
*.pyc
|
|
*.swp
|
|
.coverage
|
|
coverage.xml
|
|
.DS_Store
|
|
.idea
|
|
.mypy_cache/
|
|
.project
|
|
.pydevproject
|
|
.python-version
|
|
.tox
|
|
build/
|
|
dist/
|
|
docs/_build
|
|
test.db
|
|
.eggs
|
|
pip-wheel-metadata
|
|
.vscode/
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|