mirror of
https://github.com/github/gitignore.git
synced 2026-04-11 14:11:43 +08:00
24 lines
334 B
Plaintext
24 lines
334 B
Plaintext
# Optional variables
|
|
.docker
|
|
data
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# Virtualenv
|
|
# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project
|
|
.Python
|
|
[Bb]in
|
|
[Ii]nclude
|
|
[Ll]ib
|
|
[Ll]ib64
|
|
[Ll]ocal
|
|
[Ss]cripts
|
|
pyvenv.cfg
|
|
.venv
|
|
pip-selfcheck.json
|