# the release zip files created by build.xml and maven
infdb-zips/
# the database directory tree must be imported from elsewhere
infinitydb-home/
# Temporary files
temp/

# Maven target directory
target/
*.class

# Python cache files
__pycache__/
*.py[cod]
*$py.class

# IntelliJ IDEA files
.idea/
*.iml
*.iws

# Eclipse files
.project
.classpath
.settings/


# OS-specific files
.DS_Store
Thumbs.db

# Maven specific files
dependency-reduced-pom.xml
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
src/main/java/com/infinitydb/ConfigurationFlags.java
scripts/templates/ReadMe.txt
eslint.config.mjs
junkdb*

# Test database files
junkdb
junkdb.infdb
junkdb2
junkdb2.infdb

# Python build/publish artifacts
python/pypi/dist/
python/pypi/src/infinitydb.egg-info/
python/infinitydb/__pycache__/
__pycache__/
*.pyc
