Files
pic/.gitignore
T
Constantin 2277b11563 init
2025-09-12 23:04:52 +03:00

71 lines
713 B
Plaintext

# Personal Internet Cell - Git Ignore
# Environment files
.env
.env.local
.env.production
# Data directories (contain sensitive information)
data/
!data/.gitkeep
# Certificates and keys
config/caddy/certs/
config/wireguard/
*.key
*.crt
*.pem
# Logs
*.log
logs/
# Docker
.dockerignore
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Backups
backups/
*.tar.gz
# Temporary files
*.tmp
*.temp