# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
#     https://www.atlassian.com/git/tutorials/saving-changes/gitignore

# General
output/
.tox/
reports/
.coverage
.coverage.*
MANIFEST
docs/python_ecies*
docs/modules.rst
docs/ossLicenses.json
docs/license_compliance.rst
.env

# Build and package files
**/*.egg-info/
**/build/**/*
node_modules/
dist/
.jfrog/
*.class
*.py[cod]
*.jar
python-ecies-[0-9]*

# Log files
**/log/**/*
*.log

# IDEs
.idea/
.vscode/

# Virtual environments
venv/
.venv/
.conda/

# Generated by OS
.DS_Store
Thumbs.db

# Applications
*.app
*.exe
*.war

# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
