py-gitea/.gitignore

39 wiersze
348 B
Plaintext

# pyenv
.python-version
# dotenv
.env
# virtualenv
.venv
venv/
ENV/
# IDE settings
.vscode/
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.*.sw*
*.token