Text_Authenticator / .gitignore
satyaki-mitra's picture
Architecture updated
44d0409
raw
history blame contribute delete
455 Bytes
# .gitignore
# 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
# models
models/cache
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Environment variables
.env
.env.localrailway.toml
# Validation ignored as of now
validation/
data/validation_data/
logs/
notebooks/